Skip to content

Commit 2e3e5d6

Browse files
committed
change docs theme
1 parent 9693d6b commit 2e3e5d6

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

docs/conf.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
4040
# ones.
4141
extensions = [
42-
'sphinx.ext.autodoc',
43-
'sphinx.ext.viewcode',
44-
'sphinx.ext.todo',
45-
'sphinx.ext.napoleon',
46-
'sphinx.ext.coverage',
42+
'sphinx.ext.autodoc',
43+
'sphinx.ext.viewcode',
44+
'sphinx.ext.todo',
45+
'sphinx.ext.napoleon',
46+
'sphinx.ext.coverage',
4747
]
4848

4949
# Add any paths that contain templates here, relative to this directory.
@@ -79,13 +79,13 @@
7979
# The theme to use for HTML and HTML Help pages. See the documentation for
8080
# a list of builtin themes.
8181
#
82-
html_theme = 'alabaster'
82+
html_theme = 'sphinx_rtd_theme'
8383

8484
html_theme_options = {
85-
'fixed_sidebar': True,
86-
'page_width': '1140px',
87-
'show_related': True,
88-
'show_powered_by': False
85+
'fixed_sidebar': True,
86+
'page_width': '1140px',
87+
'show_related': True,
88+
'show_powered_by': False
8989
}
9090

9191
# Theme options are theme-specific and customize the look and feel of a theme

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx_rtd_theme==2.0.0

0 commit comments

Comments
 (0)