Skip to content

Commit e0c5045

Browse files
committed
Use RTD theme
Change-Id: Ibf12ca884753ca0e4b7379e7767d2e4eace4e91e TN: V809-018
1 parent 204da50 commit e0c5045

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/conf.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,11 @@
2626

2727
# Add any Sphinx extension module names here, as strings. They can be
2828
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
29-
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage',
30-
'sphinx.ext.ifconfig']
29+
extensions = ['sphinx.ext.autodoc',
30+
'sphinx.ext.coverage',
31+
'sphinx.ext.ifconfig',
32+
'sphinx_rtd_theme',
33+
]
3134

3235
# Add any paths that contain templates here, relative to this directory.
3336
templates_path = ['_templates']
@@ -118,7 +121,7 @@ def get_version():
118121

119122
# The theme to use for HTML and HTML Help pages. See the documentation for
120123
# a list of builtin themes.
121-
html_theme = 'sphinxdoc'
124+
html_theme = 'sphinx_rtd_theme'
122125

123126
# Theme options are theme-specific and customize the look and feel of a theme
124127
# further. For a list of options available for each theme, see the

0 commit comments

Comments
 (0)