diff --git a/doc/source/conf.py b/doc/source/conf.py index c38b81c4f..2d221a917 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -94,7 +94,7 @@ exclude_trees = ['api'] show_authors = True # 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 = ['muranodashboard.'] @@ -115,9 +115,9 @@ html_theme_path = ["."] html_theme = 'openstackdocs' # openstackdocstheme options -repository_name = 'openstack/murano-dashboard' -bug_project = 'murano' -bug_tag = '' +openstackdocs_repo_name = 'openstack/murano-dashboard' +openstackdocs_bug_project = 'murano' +openstackdocs_bug_tag = '' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the diff --git a/lower-constraints.txt b/lower-constraints.txt index 2b21b20eb..a7123798f 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -52,7 +52,7 @@ murano-pkg-check==0.3.0 netaddr==0.7.19 netifaces==0.10.6 nodeenv==0.9.4 -openstackdocstheme==2.0.0 +openstackdocstheme==2.2.1 openstacksdk==0.36.0 os-client-config==1.29.0 os-service-types==1.7.0 @@ -95,7 +95,7 @@ python-swiftclient==3.5.0 pytz==2013.6 PyYAML==3.12 rcssmin==1.0.6 -reno==2.5.0 +reno==3.1.0 requests==2.18.4 requestsexceptions==1.4.0 rfc3986==1.1.0 diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 627a7a325..47ddf6cdc 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -87,7 +87,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 = [] @@ -103,9 +103,9 @@ pygments_style = 'sphinx' html_theme = 'openstackdocs' # openstackdocstheme options -repository_name = 'openstack/murano-dashboard' -bug_project = 'murano' -bug_tag = '' +openstackdocs_repo_name = 'openstack/murano-dashboard' +openstackdocs_bug_project = 'murano' +openstackdocs_bug_tag = '' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the diff --git a/test-requirements.txt b/test-requirements.txt index e6605fa7c..5430b5412 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,9 +11,9 @@ selenium>=2.50.1 # Apache-2.0 # Docs Requirements -openstackdocstheme>=2.0.0 # Apache-2.0 +openstackdocstheme>=2.2.1 # Apache-2.0 sphinx>=2.0.0,!=2.1.0 # BSD -reno>=2.5.0 # Apache-2.0 +reno>=3.1.0 # Apache-2.0 # Horizon requirements django-compressor>=2.0 # MIT