-
Notifications
You must be signed in to change notification settings - Fork 18
Add make.bat to make docs in windows.
#475
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
base: main
Are you sure you want to change the base?
Conversation
|
Can't you build by using sphinx-build directly, i.e. |
|
I am fine with adding this. I don't have a windows machine so I cannot test this. |
|
Failing build is due to an example script being live. Feel free to merge when ready. This should only affect windows devs. |
|
There were an error, and 368 warnings. I uploaded the log here, incase you want to dig in. The first is about "Could not import extension sphinx_automodapi", I have to change the sphinx-automodapi version from 0.22.0 to 0.21.0 to make this work. The log here: Then
I'll leave it up to you. |
|
Can you try to build on #465 this contains many of the fixes for the docs. |
I tested with #465. The build succeeded, with 369 warnings. I've randomly checked some pages, seems fine. I've checked all gallery example, all fine. Though it seems that the gallery entry should be in the
|
|
Gallery is bottom on the list in getting started. |
|
My bad, sorry. |
No worries -- the text should dissapear tho since we already have it right below in the bullet list. |
|
Can you share the warnings? |
I've uploaded the file in the previous comment. |

#474
I've managed to generate docs successful locally with one error that I have to install
sphinx-automodapi==0.21.0to make it work. Don't know why. I can upload the log if needed.