diff --git a/doc/source/conf.py b/doc/source/conf.py index 2982f83..8803868 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -43,7 +43,7 @@ project = u'reno' copyright = u'2013, OpenStack Foundation' # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' +pygments_style = 'native' # Do not warn about non-local image URI suppress_warnings = ['image.nonlocal_uri'] @@ -54,6 +54,5 @@ suppress_warnings = ['image.nonlocal_uri'] if has_theme: html_theme = 'openstackdocs' -repository_name = 'openstack/reno' -bug_project = '933' -bug_tag = 'docs' +openstackdocs_repo_name = 'openstack/reno' +openstackdocs_use_storyboard = True diff --git a/lower-constraints.txt b/lower-constraints.txt index 95ea02e..fc3e7c8 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -1,5 +1,5 @@ docutils==0.11 dulwich==0.15.0 PyYAML==3.10.0 -Sphinx==1.6.1 +Sphinx==2.0.0 stestr==2.1.0 diff --git a/setup.cfg b/setup.cfg index 1280899..b6484d2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ distutils.commands = [extras] sphinx = - sphinx>=1.6.1,!=1.6.6,!=1.6.7,!=2.1.0 # BSD + sphinx>=2.0.0,!=2.1.0 # BSD docutils>=0.11 # OSI-Approved Open Source, Public Domain [compile_catalog] diff --git a/test-requirements.txt b/test-requirements.txt index 8d66267..043453d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,7 @@ coverage!=4.4,>=4.0 # Apache-2.0 python-subunit>=0.0.18 -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=2.2.1 # Apache-2.0 stestr>=2.0.0 # Apache-2.0 testscenarios>=0.4 testtools>=1.4.0