diff --git a/doc/requirements.txt b/doc/requirements.txt index 18e7e217..512c59a6 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,2 +1,2 @@ -sphinx>=1.8.0,!=2.1.0 # BSD -openstackdocstheme>=1.30.0 # Apache-2.0 +sphinx>=2.0.0,!=2.1.0 # BSD +openstackdocstheme>=2.2.0 # Apache-2.0 diff --git a/doc/source/conf.py b/doc/source/conf.py index e0b53d9c..ad78429e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -90,6 +90,11 @@ pygments_style = 'sphinx' # A list of ignored prefixes for module index sorting. modindex_common_prefix = ['Grenade-doc.'] +# -- openstackdocstheme settings +openstackdocs_repo_name = 'openstack/grenade' +openstackdocs_bug_project = 'grenade' +openstackdocs_bug_tag = 'docs' + # -- Options for man page output ---------------------------------------------- man_pages = []