diff --git a/doc/requirements.txt b/doc/requirements.txt index 97e24d5..0afdc7d 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.0.0 # Apache-2.0 +openstackdocstheme>=2.2.1 # Apache-2.0 # releasenotes -reno>=2.5.0 # Apache-2.0 +reno>=3.1.0 # Apache-2.0 diff --git a/doc/source/conf.py b/doc/source/conf.py index f09bf07..9546074 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -47,7 +47,7 @@ add_function_parentheses = True add_module_names = True # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' +pygments_style = 'native' # -- Options for HTML output -------------------------------------------------- @@ -57,7 +57,8 @@ pygments_style = 'sphinx' # html_theme = '_theme' # html_static_path = ['static'] html_theme = 'openstackdocs' -repository_name ='openstack/masakari-monitors' +openstackdocs_repo_name ='openstack/masakari-monitors' +openstackdocs_bug_project = 'masakari-monitors' # Output file base name for HTML help builder. htmlhelp_basename = '%sdoc' % project diff --git a/lower-constraints.txt b/lower-constraints.txt index 8901234..531a10d 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -44,7 +44,6 @@ munch==2.2.0 netaddr==0.7.19 netifaces==0.10.6 lxml==3.4.1 -openstackdocstheme==2.0.0 openstacksdk==0.13.0 os-client-config==1.29.0 os-service-types==1.2.0 @@ -83,7 +82,6 @@ python-novaclient==10.1.0 python-subunit==1.0.0 pytz==2018.3 PyYAML==3.12 -reno==2.5.0 repoze.lru==0.7 requests==2.18.4 requestsexceptions==1.4.0 @@ -92,8 +90,6 @@ Routes==2.4.1 simplejson==3.13.2 six==1.10.0 snowballstemmer==1.2.1 -Sphinx==2.0.0 -sphinxcontrib-websupport==1.0.1 statsd==3.2.2 stestr==2.0.0 stevedore==1.28.0 diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index c11fe42..aefcd2a 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -98,7 +98,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 = [] @@ -112,7 +112,9 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. html_theme = 'openstackdocs' -repository_name = 'openstack/masakari-monitors' +openstackdocs_repo_name = 'openstack/masakari-monitors' +openstackdocs_bug_project = 'masakari-monitors' +openstackdocs_auto_name = False # 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 19ce6c5..c014485 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,13 +6,9 @@ hacking>=3.0,<3.1.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx>=2.0.0,!=2.1.0 # BSD -openstackdocstheme>=2.0.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 os-testr>=1.0.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=2.2.0 # MIT ddt>=1.0.1 # MIT -# releasenotes -reno>=2.5.0 # Apache-2.0