diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index aea4cf4dd3..3539dcfe85 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -37,9 +37,9 @@ extensions = [ 'openstackdocstheme' ] -repository_name = 'openstack/ironic' -use_storyboard = True - +openstackdocs_repo_name = 'openstack/ironic' +openstackdocs_use_storyboard = True +openstackdocs_auto_name = False # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the diff --git a/doc/requirements.txt b/doc/requirements.txt index 861acaa727..702fb23bc7 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,7 +1,7 @@ -openstackdocstheme>=1.31.2 # Apache-2.0 +openstackdocstheme>=2.2.0 # Apache-2.0 os-api-ref>=1.4.0 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD +reno>=3.1.0 # Apache-2.0 +sphinx>=2.0.0,!=2.1.0 # BSD sphinxcontrib-apidoc>=0.2.0 # BSD sphinxcontrib-pecanwsme>=0.10.0 # Apache-2.0 sphinxcontrib-seqdiag>=0.8.4 # BSD diff --git a/doc/source/conf.py b/doc/source/conf.py index ecbedec6ff..a8e63687bd 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -59,9 +59,10 @@ apidoc_excluded_paths = [ ] apidoc_separate_modules = True -repository_name = 'openstack/ironic' -use_storyboard = True -openstack_projects = [ +openstackdocs_repo_name = 'openstack/ironic' +openstackdocs_use_storyboard = True +openstackdocs_pdf_link = True +openstackdocs_projects = [ 'bifrost', 'cinder', 'glance', diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index c1b9c0b460..01c1b85b22 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -47,10 +47,9 @@ try: except ImportError: openstackdocstheme = None -repository_name = 'openstack/ironic' -bug_project = 'ironic' -bug_tag = '' -html_last_updated_fmt = '%Y-%m-%d %H:%M' +openstackdocs_repo_name = 'openstack/ironic' +openstackdocs_use_storyboard = True +openstackdocs_auto_name = False # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']