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 b57e27d commit b0868dbCopy full SHA for b0868db
doc/requirements.txt
@@ -1,8 +1,5 @@
1
-# The order of packages is significant, because pip processes them in the order
2
-# of appearance. Changing the order has an impact on the overall integration
3
-# process, which may cause wedges in the gate later.
4
-
5
reno>=3.4.0 # Apache-2.0
+sphinx-copybutton # MIT
+sphinx-substitution-extensions # MIT
6
sphinx>=4.2.0 # BSD
7
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
8
-Sphinx-Substitution-Extensions # Apache-2.0
doc/source/conf.py
@@ -57,6 +57,7 @@
57
'sphinx.ext.extlinks',
58
#'sphinx.ext.intersphinx',
59
'sphinxcontrib.rsvgconverter',
60
+ 'sphinx_copybutton',
61
'sphinx_substitution_extensions',
62
]
63
0 commit comments