diff --git a/doc/source/conf.py b/doc/source/conf.py index a5ac75d..e754a8e 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -29,9 +29,10 @@ extensions = [ # openstackdocstheme options -repository_name = 'openstack/trove-specs' -bug_project = 'trove-specs' -bug_tag = 'doc' +openstackdocs_repo_name = 'openstack/trove-specs' +openstackdocs_auto_name = False +openstackdocs_bug_project = 'trove-specs' +openstackdocs_bug_tag = 'doc' # Optionally allow the use of sphinxcontrib.spelling to verify the # spelling of the documents. @@ -67,7 +68,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/requirements.txt b/requirements.txt index 21d9830..1c1c7eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -openstackdocstheme>=2.0.0 -sphinx>=2.0.0,!=2.1.0 # BSD +openstackdocstheme>=2.2.1 # Apache-2.0 +sphinx>=2.0.0,!=2.1.0 # BSD testrepository>=0.0.18 testtools>=0.9.34 yasfb>=0.5.1