Skip to content

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

Description

@mkgkruse

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions