Skip to content
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

Docs don't build under the Python 3 TF2 branch #7

Open
mkgkruse opened this issue May 28, 2021 · 1 comment
Open

Docs don't build under the Python 3 TF2 branch #7

mkgkruse opened this issue May 28, 2021 · 1 comment

Comments

@mkgkruse
Copy link

When building docs via "make html" sphinx returns an error regarding a theme.

make html

Output from command line:

sphinx-build -b html -d _build/doctrees . _build/html
Running Sphinx v3.5.3
making output directory... done
WARNING: html_static_path entry '_static' does not exist

Theme error:
sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please install it manually.(pip install sphinx_rtd_theme)
make: *** [html] Error 2

After pip installing theme
Success

@lucpeterson
Copy link
Member

The fix should just be to add sphinx_rtd_theme to the requirements.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants