diff --git a/doc/requirements.txt b/doc/requirements.txt index 1a87043..1489bce 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,3 @@ -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD -openstackdocstheme>=1.20.0 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 +sphinx>=2.0.0,!=2.1.0 # BSD +openstackdocstheme>=2.2.1 # Apache-2.0 +reno>=3.1.0 # Apache-2.0 diff --git a/doc/source/conf.py b/doc/source/conf.py index 09da1c9..7a326a6 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -46,9 +46,9 @@ master_doc = 'index' copyright = u'2016, OpenStack' # openstackdocstheme options -repository_name = 'openstack/python-freezerclient' -bug_project = 'freezer' -bug_tag = 'python-freezerclient' +openstackdocs_repo_name = 'openstack/python-freezerclient' +openstackdocs_bug_project = 'freezer' +openstackdocs_bug_tag = 'python-freezerclient' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -80,7 +80,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 = [] diff --git a/lower-constraints.txt b/lower-constraints.txt index a0d6e4d..85addf6 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -19,7 +19,6 @@ MarkupSafe==1.0 monotonic==0.6 netaddr==0.7.18 netifaces==0.10.4 -openstackdocstheme==1.20.0 oslo.i18n==3.15.3 oslo.serialization==2.25.0 oslo.utils==3.33.0 @@ -33,12 +32,9 @@ python-mimeparse==1.6.0 python-subunit==1.0.0 pytz==2013.6 PyYAML==3.12 -reno==2.5.0 requests==2.14.2 setuptools==21.0.0 snowballstemmer==1.2.1 -Sphinx==1.6.5 -sphinxcontrib-websupport==1.0.1 stevedore==1.20.0 stestr==2.0.0 testtools==2.2.0 diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 0566a56..81d35f3 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -44,9 +44,9 @@ master_doc = 'index' # General information about the project. copyright = u'2016, Freezer developers' -repository_name = 'openstack/python-freezerclient' -bug_project = 'freezer' -bug_tag = 'python-freezerclient' +openstackdocs_repo_name = 'openstack/python-freezerclient' +openstackdocs_bug_project = 'freezer' +openstackdocs_bug_tag = 'python-freezerclient' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -78,7 +78,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 = []