File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121# Add any Sphinx extension module names here, as strings. They can be extensions
2222# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
23- # extensions = []
23+ extensions = ['sphinx_rtd_theme' ]
2424
2525# Add any paths that contain templates here, relative to this directory.
2626templates_path = ['.templates' ]
7474# The style sheet to use for HTML and HTML Help pages. A file of that name
7575# must exist either in Sphinx' static/ path, or in one of the custom paths
7676# given in html_static_path.
77- html_style = 'default.css'
77+ # html_style = 'default.css'
78+
79+ # The theme to use for ReadtheDocs.
80+ html_theme = "sphinx_rtd_theme"
7881
7982# Add any paths that contain custom static files (such as style sheets) here,
8083# relative to this directory. They are copied after the builtin static files,
You can’t perform that action at this time.
0 commit comments