Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Moving from make.py to Makefile for sphinx-build#9712
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
- Switching to Makefile to build the documentation like the rest of the Python ecosystem.- Related to MEP10closes#5798
In addition, sphinx 1.6.4 is buggy
I still think that#9513 is a better fix...
|
Whydoes this PR change to use conda on circleci? Also, I'm completely confused as to why this PR needs to change the examples while#9513 doesn't. |
I've closed my PR. Both solution work, and I really don't care which one gets in. |
@NelleV, thank you for getting this topic rolling. |
"We still use an ancient make.py that is based on what early versions of sphinx-quickstart used to generate. We should probably modernize this to use a Makefile like current versions of sphinx create."
closes#5798