diff --git a/doc/requirements.txt b/doc/requirements.txt index b5a07c4..8d56e6a 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,5 +1,5 @@ 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 1158eb0..96a3932 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -27,9 +27,10 @@ extensions = [ ] # openstackdocstheme options -repository_name = 'openstack/freezer-tempest-plugin' -bug_project = 'freezer' -bug_tag = '' +openstackdocs_repo_name = 'openstack/freezer-tempest-plugin' +openstackdocs_auto_name = False +openstackdocs_bug_project = 'freezer' +openstackdocs_bug_tag = '' # autodoc generation is a bit aggressive and a nuisance when doing heavy # text edit cycles. @@ -53,7 +54,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/releasenotes/source/conf.py b/releasenotes/source/conf.py index f91f394..3b6875e 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -59,9 +59,10 @@ project = u'freezer Release Notes' copyright = u'2016, OpenStack Foundation' # openstackdocstheme options -repository_name = 'openstack/freezer-tempest-plugin' -bug_project = 'freezer' -bug_tag = '' +openstackdocs_repo_name = 'openstack/freezer-tempest-plugin' +openstackdocs_auto_name = False +openstackdocs_bug_project = 'freezer' +openstackdocs_bug_tag = '' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -103,7 +104,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 = []