Sphinx theme for RST-sourced documentation published to docs.openstack.org
Go to file
Thomas Bechtold 1430d84470 Catch OSError when trying to get the last_update from git
The "git" executable might not be available (eg. in build environments
where the .git dir is anyway no there because tarballs are used). In
that case, the current code failed with an

OSError: [Errno 2] No such file or directory

exception. This is now catched and the code works even if "git" is not
available.

Change-Id: I10f69d1b2cadced4cd155ef9b7f700a2806f44f9
2019-01-07 07:22:26 +01:00
api-ref/source Do not display "latest" badge if repo is not versioned 2018-08-18 15:40:41 +02:00
bin Translations: Handle directories 2018-12-11 08:50:16 +01:00
doc Fix typo 2018-11-05 21:15:55 +01:00
openstackdocstheme Catch OSError when trying to get the last_update from git 2019-01-07 07:22:26 +01:00
releasenotes Merge "use git modification timestamps as last-updated time for each page" 2018-12-04 20:34:33 +00:00
.gitignore ignore files created during packaging 2018-07-26 03:59:59 -04:00
.gitreview add a .gitreview file 2015-02-03 12:28:09 -05:00
.zuul.yaml Add starlingxdocs theme support 2018-10-05 06:32:51 +00:00
CONTRIBUTING.rst Update Launchpad info 2017-02-17 10:26:28 +10:00
HACKING.rst Update 2 documentation URLs according to doc migration 2017-07-24 17:13:26 +08:00
LICENSE Starting point for Sphinx theme for docs.openstack.org content 2015-01-20 10:49:21 -06:00
Makefile Starting point for Sphinx theme for docs.openstack.org content 2015-01-20 10:49:21 -06:00
README.rst Add starlingxdocs theme support 2018-10-05 06:32:51 +00:00
bindep.txt Replace the http links with the right ones in docs 2018-01-10 09:57:47 +00:00
index.rst Update Launchpad info 2017-02-17 10:26:28 +10:00
requirements.txt Updated from global requirements 2017-08-03 00:38:12 +00:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-04 17:21:04 +00:00
setup.py Updated from global requirements 2017-03-02 11:52:44 +00:00
test-requirements.txt Update hacking version 2018-12-11 08:17:31 +01:00
tox.ini Remove setup.py check from pep8 job 2018-10-30 10:37:58 -05:00

README.rst

Team and repository tags

image

OpenStack Foundation Sphinx Themes

Theme and extension support for Sphinx documentation that is published by OpenStack 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