-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Add docs about building the docs. #10912
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
Conversation
|
@douglatornell can you explain why we now need sphinx_rtd_theme in addition to build? Also, information regarding our new CI for docs would be appreciated. |
|
could you reverence cleaning builds |
|
Thanks! |
|
@jzf2101 Added notes about docs in Travis-CI, and how to do clean builds. |
Adding more specificity based on @douglatornell 's request
|
Great awesome ! Merging and I'll add an extra comment inline to get your input on a potential extra PR ! |
|
|
||
| In a Python 3 ``venv``, you should be able to run:: | ||
|
|
||
| pip install -U sphinx sphinx_rtd_theme |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there is a docs/requirements.txt, maybe pip install --update -r docs/requirements.txt is even more general ? But I think that's already an improvement as is so I already merged ! Thanks !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point! I should have thought of that in light of 326f41b and a couple of other things that happened during the sprint yesterday. I'll work on another PR for this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
re: #10895