diff options
author | Andreas Jaeger <aj@suse.com> | 2020-05-18 19:22:28 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.com> | 2020-05-18 19:34:17 +0200 |
commit | a2efd0b82a9d714085c9470903d23bffa3acdfc4 (patch) | |
tree | e7ae15354ef7ad0caf13065986deedf5a7a6bdda /api-ref | |
parent | 8d0ed2c1fb56c53aa7cd14bae2b09492bdabafca (diff) | |
download | ironic-a2efd0b82a9d714085c9470903d23bffa3acdfc4.tar.gz |
Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.0 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* parallelizing building of documents
Update Sphinx version as well.
openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.
Set openstackdocs_pdf_link to link to PDF file.
Set openstackdocs_auto_name to use 'project' as name.
Depends-On: https://review.opendev.org/728938
Change-Id: I76a21521eeb432c3f4089048a4635719ba6d785c
Diffstat (limited to 'api-ref')
-rw-r--r-- | api-ref/source/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index aea4cf4dd..3539dcfe8 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 |