We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95b2baa + 8cb68ea commit a8e05dcCopy full SHA for a8e05dc
conf.py
@@ -8,7 +8,7 @@
8
sys.path.insert(0, os.path.abspath(dir_path + '/_ext'))
9
now = datetime.datetime.now()
10
11
-extensions = ['sphinx_rtd_theme', 'sphinx_rtd_dark_mode']
+extensions = ['sphinx_rtd_theme', 'sphinx_rtd_dark_mode', 'sphinx_copybutton']
12
13
# General information about the project.
14
copyright = str(now.year) + ' Nextcloud GmbH'
requirements.txt
@@ -18,6 +18,7 @@ rst2pdf==0.101
18
smartypants==2.0.1
19
snowballstemmer==2.2.0
20
Sphinx==7.2.6
21
+sphinx-copybutton==0.5.2
22
sphinx-rtd-theme==2.0.0
23
sphinx-rtd-dark-mode==1.3.0
24
sphinxcontrib-applehelp==1.0.8
0 commit comments