Skip to content

Commit 8161e8e

Browse files
committed
Add dark mode and copy button
1 parent 5718411 commit 8161e8e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333

3434
# Add any Sphinx extension module names here, as strings. They can be extensions
3535
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
36-
extensions = []
36+
extensions = [
37+
'sphinx_copybutton',
38+
'sphinx_rtd_dark_mode'
39+
]
3740

3841
# Add any paths that contain templates here, relative to this directory.
3942
#templates_path = ['_templates']

0 commit comments

Comments
 (0)