Skip to content

Commit a42b0b3

Browse files
committed
update doc requirements
1 parent 0410e82 commit a42b0b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
# -- General configuration ---------------------------------------------------
1919
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
2020

21-
extensions = []
21+
extensions = [
22+
'sphinx_rtd_theme',
23+
]
2224

2325
templates_path = ['_templates']
2426
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

0 commit comments

Comments
 (0)