diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 29eda145..007331db 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -88,7 +88,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 = [] @@ -268,6 +268,7 @@ texinfo_documents = [ locale_dirs = ['locale/'] # openstackdocstheme options -repository_name = 'openstack/tripleo-upgrade' -bug_project = 'tripleo' -bug_tag = 'documentation' +openstackdocs_repo_name = 'openstack/tripleo-upgrade' +openstackdocs_auto_name = False +openstackdocs_bug_project = 'tripleo' +openstackdocs_bug_tag = 'documentation' diff --git a/test-requirements.txt b/test-requirements.txt index e29e13bd..1f4b5422 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,10 +1,9 @@ # 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. -sphinx>=1.8.0,<2.0.0;python_version=='2.7' # BSD -sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD +sphinx>=2.0.0,!=2.1.0 # BSD pre-commit==1.13.0 # MIT License hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 bashate>=0.5.1 # Apache-2.0 -openstackdocstheme>=1.19.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