Updated docs styles#11835
Conversation
|
Need a rebase |
ericnakagawa
left a comment
There was a problem hiding this comment.
All internal tests pass. Thanks Brian.
ssnl
left a comment
There was a problem hiding this comment.
Local build is busted. It succeeds, but when viewing, I'm getting a lot of http errors, e.g.,
127.0.0.1 - - [19/Sep/2018 07:55:59] "GET /build/html/_static/images/chevron-right-orange.svg HTTP/1.1" 304 -
127.0.0.1 - - [19/Sep/2018 07:55:59] code 404, message File not found
127.0.0.1 - - [19/Sep/2018 07:55:59] code 404, message File not found
I installed the dependencies and used the usual build command make clean; make html.
| html_theme = 'pytorch_sphinx_theme' | ||
| html_theme_path = [pytorch_sphinx_theme.get_html_theme_path()] | ||
|
|
||
| # Theme options are theme-specific and customize the look and feel of a theme |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
facebook-github-bot
left a comment
There was a problem hiding this comment.
SsnL has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
After cmd+shift+r the website loads! Thanks @brianjo . However, it seems that the declarations are all rendered wrongly, e.g., and |
facebook-github-bot
left a comment
There was a problem hiding this comment.
weiyangfb has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: Updated requirements.txt and conf.py. Pull Request resolved: pytorch#11835 Reviewed By: SsnL Differential Revision: D9941160 Pulled By: brianjo fbshipit-source-id: fbac91214558e6d17beff74261d990c7dc762038





Updated requirements.txt and conf.py.