-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build docs locally based on instructions in "Contributor's guide" #1542
Comments
thanks @tomchor for posting this. I've had difficulties with buildin docs locally as well and am also very curious how one can do this more easily. |
It looks like the doctests are failing because the output is a bit different, not sure why though. I guess the fix could be to set these lines Lines 154 to 155 in 6bfc155
to
which should disable doctests (and will build docs even if warnings pop up). But would be good to figure out why docs don't build nicely locally and make it easier to build docs locally in general. |
From the experience I have building docs, |
@navidcy Nope. Using Julia 1.5.4 for this one! |
Strange then! I'll dig into this! |
Thanks, @ali-ramadhan, your suggestion seems to work. I was able to compile the docs in my
|
@ali-ramadhan, should we change the instructions in the Contributor's Guide to reflect the way the docs are build post #1573? |
Ah yes! Seems like we were probably not doing it exactly right before... We could also add the environment variable |
Is this still an issue? @tomchor, @ali-ramadhan ? |
I haven't tried it since! Also I'm taking a few days off at the moment, otherwise I'd try it quickly for you. |
No worries! 😉 |
I confirm that I can build docs locally using
|
I'm trying to build the docs locally because I want to resolve #1478. I followed the instructions in the docs but I'm not able to generate
index.html
. Here's a pastebin with the first few errors that appear: https://pastebin.com/25A8SqeXIt looks like the doc generator is comparing the actual output with some expected output? Is that something the docs should do?
Anyway, I've never built julia docs before so I'm kinda unfamiliar with this. Help is appreciated!
The text was updated successfully, but these errors were encountered: