-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
setup.py docs does not work #142
Comments
Did you install sphinx? Or better how did you install sphinx? Does |
I could reproduce this in case Sphinx is not installed. Currently PyScaffold tries to install Sphinx locally as egg file but I don't like that solution any more and in Version 3.0 it even breaks. Better is to break directly and tell the user to install Sphinx. So the workaround for you is just to install Sphinx but I will add a better error message. |
I can confirm that everything works after manually installing sphinx. I was relying on the documentation which claimed this wasn't necessary. I guess this is mostly a bug in the documentation, then. |
After creating a new project with pyscaffold, I tried to run
python setup.py docs
. This was the result:I then tried running
python setup.py build_sphinx
directly, but this failed as well (output anonymized):The text was updated successfully, but these errors were encountered: