Skip to content

Commit 45bad61

Browse files
committed
Add link to PDF document
Switch to openstackdocstheme 2.2.0 that can link to PDF document, enable this with setting openstackdocs_pdf_link. Depends-On: https://review.opendev.org/728938 Change-Id: I103a90d4fa101fd261b2b1a86d0a42b9591accc9
1 parent 553040e commit 45bad61

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# of appearance. Changing the order has an impact on the overall integration
33
# process, which may cause wedges in the gate later.
44
sphinx>=2.0.0,!=2.1.0 # BSD
5-
openstackdocstheme>=2.1.2 # Apache-2.0
5+
openstackdocstheme>=2.2.0 # Apache-2.0
66
reno>=3.1.0 # Apache-2.0
77
sphinxcontrib-apidoc>=0.2.0 # BSD
88

doc/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
openstackdocs_repo_name = 'openstack/python-novaclient'
7070
openstackdocs_bug_project = 'python-novaclient'
7171
openstackdocs_bug_tag = ''
72+
openstackdocs_pdf_link = True
7273
openstackdocs_projects = [
7374
'keystoneauth',
7475
'nova',

0 commit comments

Comments
 (0)