diff --git a/doc/requirements.txt b/doc/requirements.txt index 271c18b2..957c7f7a 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -3,8 +3,8 @@ # process, which may cause wedges in the gate later. # For generationg sphinx documentation -openstackdocstheme>=2.0.0 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 +openstackdocstheme>=2.2.1 # Apache-2.0 +reno>=3.1.0 # Apache-2.0 sphinx>=2.0.0,!=2.1.0 # BSD sphinxcontrib-apidoc>=0.2.0 # BSD diff --git a/doc/source/conf.py b/doc/source/conf.py index dc24d293..83f1d70f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -101,7 +101,7 @@ add_module_names = True #show_authors = False # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' +pygments_style = 'native' # A list of ignored prefixes for module index sorting. modindex_common_prefix = ['keystoneauth1.'] @@ -237,6 +237,8 @@ intersphinx_mapping = { } # -- Options for openstackdocstheme ------------------------------------------- -repository_name = 'openstack/keystoneauth' -bug_project = 'keystoneauth' -bug_tag = 'doc' +openstackdocs_repo_name = 'openstack/keystoneauth' +openstackdocs_pdf_link = True +openstackdocs_auto_name = False +openstackdocs_bug_project = 'keystoneauth' +openstackdocs_bug_tag = 'doc' diff --git a/lower-constraints.txt b/lower-constraints.txt index 1473b182..9e665fba 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -30,7 +30,6 @@ netaddr==0.7.19 netifaces==0.10.6 oauthlib==0.6.2 openstack-requirements==1.2.0 -openstackdocstheme==2.0.0 os-client-config==1.29.0 os-service-types==1.2.0 oslo.config==5.2.0 @@ -50,7 +49,7 @@ python-mimeparse==1.6.0 python-subunit==1.2.0 pytz==2018.3 PyYAML==3.12 -reno==2.5.0 +reno==3.1.0 requests-kerberos==0.8.0 requests-mock==1.2.0 requests==2.14.2 @@ -59,8 +58,6 @@ rfc3986==1.1.0 six==1.10.0 smmap2==2.0.3 snowballstemmer==1.2.1 -Sphinx==2.0.0 -sphinxcontrib-websupport==1.0.1 stestr==1.0.0 stevedore==1.20.0 testrepository==0.0.20 diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 5ce88acb..52dd14ac 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -97,7 +97,7 @@ exclude_patterns = [] # show_authors = False # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' +pygments_style = 'native' # A list of ignored prefixes for module index sorting. # modindex_common_prefix = [] @@ -273,6 +273,7 @@ texinfo_documents = [ locale_dirs = ['locale/'] # -- Options for openstackdocstheme ------------------------------------------- -repository_name = 'openstack/keystoneauth' -bug_project = 'keystoneauth' -bug_tag = 'doc' +openstackdocs_repo_name = 'openstack/keystoneauth' +openstackdocs_auto_name = False +openstackdocs_bug_project = 'keystoneauth' +openstackdocs_bug_tag = 'doc' diff --git a/test-requirements.txt b/test-requirements.txt index 72517881..00bb11ef 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,7 +14,7 @@ oslo.config>=5.2.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 betamax>=0.7.0 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 +reno>=3.1.0 # Apache-2.0 requests-mock>=1.2.0 # Apache-2.0 stestr>=1.0.0 # Apache-2.0 testresources>=2.0.0 # Apache-2.0/BSD