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 5718411 commit 8161e8eCopy full SHA for 8161e8e
conf.py
@@ -33,7 +33,10 @@
33
34
# Add any Sphinx extension module names here, as strings. They can be extensions
35
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
36
-extensions = []
+extensions = [
37
+ 'sphinx_copybutton',
38
+ 'sphinx_rtd_dark_mode'
39
+]
40
41
# Add any paths that contain templates here, relative to this directory.
42
#templates_path = ['_templates']
0 commit comments