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.
2 parents 3ba0eeb + af58f9a commit 753fdb3Copy full SHA for 753fdb3
4 files changed
admin_manual/conf.py
@@ -13,6 +13,7 @@
13
extensions = [
14
'sphinx_rtd_theme',
15
'sphinx_rtd_dark_mode',
16
+ 'sphinx_copybutton',
17
]
18
19
templates_path = ['_templates']
developer_manual/conf.py
requirements.txt
@@ -4,4 +4,5 @@ sphinx-rtd-dark-mode==1.3.0
4
sphinxcontrib-openapi==0.8.4
5
sphinxcontrib-redoc
6
sphinx-autobuild
7
+sphinx-copybutton
8
docutils==0.21.2
user_manual/conf.py
0 commit comments