File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 30
30
# Add any Sphinx extension module names here, as strings. They can be
31
31
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
32
32
# ones.
33
- extensions = ['sphinxcontrib.phpdomain' ]
33
+ extensions = ['sphinxcontrib.phpdomain' , 'sphinx_rtd_theme' ]
34
34
35
35
# Add any paths that contain templates here, relative to this directory.
36
36
templates_path = ['_templates' ]
100
100
101
101
# The theme to use for HTML and HTML Help pages. See the documentation for
102
102
# a list of builtin themes.
103
- html_theme = 'default '
103
+ html_theme = 'sphinx_rtd_theme '
104
104
105
105
# Theme options are theme-specific and customize the look and feel of a theme
106
106
# further. For a list of options available for each theme, see the
Original file line number Diff line number Diff line change 1
1
sphinxcontrib-phpdomain
2
+ sphinx_rtd_theme
You can’t perform that action at this time.
0 commit comments