Commit Graph

10 Commits

Author SHA1 Message Date
Stephen Finucane c2ab7918e4 doc: Remove crud from conf.py file
Change-Id: Ie8078739d077a903e3ad83d27b178eda416b0859
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2023-10-02 11:11:23 +01:00
Andreas Jaeger 9e457deba0 Fix pygments_style
Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

Change-Id: Icd9d529dbe66626ac53a9fdca5bc6821998a0b7d
2020-05-20 21:56:41 +02:00
Andreas Jaeger 6c963e7712 Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.1.2 and reno 3.1.0 versions. Using
these versions will allow parallelizing building of documents.

Update Sphinx version as well.

openstackdocstheme renames some variables, so follow the renames. A
couple of variables are also not needed anymore, remove them.

Set openstackdocs_auto_version to not version the documents.
Set openstackdocs_auto_name to use project as name.

Depends-On: https://review.opendev.org/728432
Change-Id: I4e3ae3ceabe125ea459ed4baabf2e98686268e50
2020-05-15 18:14:20 +02:00
zhangyangyang d29d1d1a9e Bump the openstackdocstheme extension to 1.20
Some options are now automatically configured by the version 1.20:
- project
- html_last_updated_fmt
- latex_engine
- latex_elements
- version
- release.

Change-Id: I3a5c7e115d0c4f52b015d0d55eb09c9836cd2fe7
2019-07-19 18:30:16 +08:00
Andreas Jaeger 026825c7c2 Remove setting of version/release from releasenotes
Releasenotes are version independent, so remove version/release display.
This also allows to build the document without nova installed.

Change-Id: Iadb57089a866ef4b334670456a4116c245dbd968
2017-11-16 19:35:53 +00:00
chenxing fa0e8f69b4 doc: Switch to openstackdocstheme
Change-Id: If7afc2cb58759b16fc6f7caa44d0cf6b7bcf4d06
Co-Authored-By: Stephen Finucane <sfinucan@redhat.com>
2017-07-21 11:35:48 +01:00
Cao Xuan Hoang d99fd590b0 Removes unnecessary utf-8 encoding
trivialfix

Change-Id: I1294ecb5e85c9bf70a23992e92eeccfd35362551
2016-12-20 10:27:01 +07:00
abdul nizamuddin 453e9cb555 Cleanup Newton Release Notes
Do not show versions 13.0.0 in the Newton release notes - see
http://docs.openstack.org/releasenotes/nova/newton.html

This adds the earliest-version directive to only show the Newton release
which was 14.0.0.

Also, do not generate an index file, it is empty, see:
http://docs.openstack.org/releasenotes/nova/genindex.html

Change-Id: Id24268bf4ecef1427ea727654bb07c7e8a848d59
2016-12-15 15:05:39 +00:00
Andreas Jaeger f9a0f6f6df Enable release notes translation
Releasenote translation publishing is being prepared. 'locale_dirs'
needs to be defined in conf.py to generate translated version of the
release notes.

Change-Id: Ibf005a434417c7b6ad7b7bada27d45f3bf238db1
2016-10-06 20:17:01 +02:00
Sylvain Bauza 3a65e4848f Add reno for release notes management
Since reno is the new tool for Relnotes [1], we need to add it
to Nova and provide some Sphinx docs for Liberty and Mitaka.

Change-Id: Ibd74e62b6f36076dbec17dd146632fd42aad6eb2
2015-11-12 17:34:24 +01:00