diff --git a/doc/requirements.txt b/doc/requirements.txt index aaa896c8..e6783eef 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,4 +1,4 @@ -openstackdocstheme>=1.20.0 # Apache-2.0 -reno>=1.8.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD +openstackdocstheme>=2.2.0 # Apache-2.0 +reno>=3.1.0 # Apache-2.0 +sphinx>=2.0.0,!=2.1.0 # BSD sphinx-argparse>=0.2.2 # MIT diff --git a/doc/source/conf.py b/doc/source/conf.py index 1a596f91..55e4bc84 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -27,9 +27,8 @@ extensions = [ html_theme = 'openstackdocs' # openstackdocstheme options -repository_name = 'openstack/python-tempestconf' -bug_project = '912' -bug_tag = 'doc' +openstackdocs_repo_name = 'openstack/python-tempestconf' +openstackdocs_use_storyboard = True # autodoc generation is a bit aggressive and a nuisance when doing heavy # text edit cycles. diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 6f10ef27..3582cbb5 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -43,9 +43,8 @@ extensions = [ ] # openstackdocstheme options -repository_name = 'openstack/python-tempestconf' -bug_project = '912' -bug_tag = 'releasenotes' +openstackdocs_repo_name = 'openstack/python-tempestconf' +openstackdocs_use_storyboard = True # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']