diff --git a/doc/source/conf.py b/doc/source/conf.py index 31f120a..09c2fa4 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -27,9 +27,9 @@ extensions = [ ] # openstackdocstheme options -repository_name = 'openstack/manila-image-elements' -bug_project = 'manila-image-elements' -bug_tag = 'docs' +openstackdocs_repo_name = 'openstack/manila-image-elements' +openstackdocs_bug_project = 'manila-image-elements' +openstackdocs_bug_tag = 'docs' # autodoc generation is a bit aggressive and a nuisance when doing heavy # text edit cycles. @@ -53,7 +53,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 -------------------------------------------------- diff --git a/lower-constraints.txt b/lower-constraints.txt index e1919da..a6a9a0e 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -13,7 +13,7 @@ Jinja2==2.10 MarkupSafe==1.0 mccabe==0.2.1 networkx==1.11 -openstackdocstheme==1.31.2 +openstackdocstheme==2.2.1 pbr==2.0.0 Pygments==2.2.0 pytz==2018.3 @@ -21,7 +21,7 @@ PyYAML==3.12 requests==2.18.4 six==1.11.0 snowballstemmer==1.2.1 -Sphinx==1.6.2 +Sphinx==2.0.0 sphinxcontrib-websupport==1.0.1 stevedore==1.28.0 urllib3==1.22 diff --git a/test-requirements.txt b/test-requirements.txt index e12a1a9..3d730fb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,5 +6,5 @@ bashate>=0.5.1 # Apache-2.0 hacking>=3.0.1,<3.1.0 # Apache-2.0 docutils>=0.11 # OSI-Approved Open Source, Public Domain -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD -openstackdocstheme>=1.31.2 # Apache-2.0 +sphinx>=2.0.0,!=2.1.0 # BSD +openstackdocstheme>=2.2.1 # Apache-2.0