Sphinx theme for RST-sourced documentation published to docs.openstack.org
20bf587d68
In change I48b923a67010c92945c46ab00de0b090ba7cd465, way back in 2016, we started hiding duplicate titles caused by us including the first h1 title we found at the top of the page. Unfortunately, the fix for this was to hide *all* h1 titles found in the main docs body. Sphinx doesn't insist on only a single h1 title (in fact, the sphinx-quickstart tool produces an index.rst with two h1 titles) which means we were hiding a lot of information unwittingly. Fix this by only hiding the first title, as originally intended. Also replace deprecated whitelist_externals by allowlist_externals in tox.ini. Change-Id: Ic8fc5e1256b4ab8925401fe6781210729a68d2aa 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