Skip to content

Commit b0868db

Browse files
priteauAlex-Welsh
authored andcommitted
docs: Add copy button to code blocks
Also reorder doc/requirements.txt and fix sphinx-substitution-extensions license.
1 parent b57e27d commit b0868db

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

doc/requirements.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
51
reno>=3.4.0 # Apache-2.0
2+
sphinx-copybutton # MIT
3+
sphinx-substitution-extensions # MIT
64
sphinx>=4.2.0 # BSD
75
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
8-
Sphinx-Substitution-Extensions # Apache-2.0

doc/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
'sphinx.ext.extlinks',
5858
#'sphinx.ext.intersphinx',
5959
'sphinxcontrib.rsvgconverter',
60+
'sphinx_copybutton',
6061
'sphinx_substitution_extensions',
6162
]
6263

0 commit comments

Comments
 (0)