diff --git a/doc/requirements.txt b/doc/requirements.txt index d1818034a..b5cc23e6f 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. sphinx>=2.0.0,!=2.1.0 # BSD -openstackdocstheme>=2.1.2 # Apache-2.0 +openstackdocstheme>=2.2.0 # Apache-2.0 reno>=3.1.0 # Apache-2.0 sphinxcontrib-apidoc>=0.2.0 # BSD diff --git a/doc/source/conf.py b/doc/source/conf.py index 1be9ec51d..0552cccab 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -69,6 +69,7 @@ latex_elements = { openstackdocs_repo_name = 'openstack/python-novaclient' openstackdocs_bug_project = 'python-novaclient' openstackdocs_bug_tag = '' +openstackdocs_pdf_link = True openstackdocs_projects = [ 'keystoneauth', 'nova',