Add the Sphinx copy-button feature to improve usability when copying code blocks and command examples. Depends-On: I8c367e5f78ac15b28190c1d6788971681c58dacd Change-Id: I83e9d0e4135082060f4d12803bb379ab5b981dbc Signed-off-by: Dmitriy Chubinidze <dcu995@gmail.com>
14 lines
495 B
Plaintext
14 lines
495 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
# this is required for the docs build jobs
|
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
|
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
|
|
sphinx-copybutton>=0.5.2 # MIT
|
|
openstackdocstheme>=2.2.1 # Apache-2.0
|
|
reno>=3.1.0 # Apache-2.0
|
|
doc8>=0.8.1 # Apache-2.0
|
|
bashate>=0.6.0 # Apache-2.0
|
|
netaddr>=0.8.0 # BSD
|