Skip to content

Commit 5b12ca5

Browse files
committed
Use RTD theme.
1 parent a906318 commit 5b12ca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
1616

17-
extensions = []
17+
extensions = ["sphinx_rtd_theme"]
1818

1919
templates_path = ["_templates"]
2020
exclude_patterns = []
@@ -23,5 +23,5 @@
2323
# -- Options for HTML output -------------------------------------------------
2424
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
2525

26-
html_theme = "alabaster"
26+
html_theme = "sphinx_rtd_theme"
2727
html_static_path = ["_static"]

0 commit comments

Comments
 (0)