We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0410e82 commit a42b0b3Copy full SHA for a42b0b3
docs/conf.py
@@ -18,7 +18,9 @@
18
# -- General configuration ---------------------------------------------------
19
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
20
21
-extensions = []
+extensions = [
22
+ 'sphinx_rtd_theme',
23
+]
24
25
templates_path = ['_templates']
26
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
0 commit comments