Sphinx theme for RST-sourced documentation published to docs.openstack.org
9602f39783
Sphinx 4.0 includes a newer version of docutils, which makes some changes to the HTML 5 writer. Among these is the change in HTML generated for the 'ObjectDescription' directive, which is used to generate definition-list style output for things like oslo.config. Previously, the title of each entry would be styled like so: <dt id="DEFAULT.internal_service_availability_zone"> <code class="sig-name descname"> <span class="pre">internal_service_availability_zone</span> </code> </dt> Now the improper use of the 'code' element is dropped, in favour of a 'span', like so: <dt class="sig sig-object oslo.config" id="DEFAULT.internal_service_availability_zone"> <span class="sig-name descname"> <span class="pre">internal_service_availability_zone</span> </span> ... </dt> Change-Id: I9fb9fbce6299600c3085bea1b8f17ad796bec4f8 Signed-off-by: Stephen Finucane <sfinucan@redhat.com> |
||
---|---|---|
api-ref/source | ||
bin | ||
doc | ||
openstackdocstheme | ||
releasenotes | ||
.gitignore | ||
.gitreview | ||
.pre-commit-config.yaml | ||
.zuul.yaml | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
index.rst | ||
LICENSE | ||
Makefile | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
Open Infrastructure Projects Sphinx Themes
Theme and extension support for Sphinx documentation that is published by Open Infrastructure Foundation projects.
OpenStack docs.openstack.org Sphinx Theme
Theme support for Sphinx documentation that is published to docs.openstack.org and developer.openstack.org.
Intended for use by OpenStack projects governed by the Technical Committee.
StarlingX docs.starlingx.io Sphinx Theme
Theme support for Sphinx documentation that is published to docs.starlingx.io.
Intended for use by StarlingX projects governed by the Technical Steering Committee.
References
- Free software: Apache License, Version 2.0
- Documentation: https://docs.openstack.org/openstackdocstheme/latest/
- Release notes: https://docs.openstack.org/releasenotes/openstackdocstheme/
- Source: https://opendev.org/openstack/openstackdocstheme
- Bugs: https://launchpad.net/openstack-doc-tools