RETIRED, Theme and utilities for Sphinx documentation tool
Go to file
Ondřej Nový 5c765d5561 Fixed AttributeError: 'str' object has no attribute 'decode'
When git cmd fails, raw_version_list is set to empty 'str' and then
we are trying to decode it. This patch moves decoding inside try/catch
block, so we are decoding return value of subprocess call, which is bytes
in Python 3.

Change-Id: Ibd2f556355a6413beb21473ebfca3b836cbc1d73
2016-07-17 17:32:12 +02:00
doc/source Allow "Other Versions" section to be configurable 2016-07-12 16:18:39 +00:00
oslosphinx Fixed AttributeError: 'str' object has no attribute 'decode' 2016-07-17 17:32:12 +02:00
.gitignore Add run_cross_tests.sh from incubator 2014-12-09 15:49:03 -05:00
.gitreview Update .gitreview after repo rename 2014-02-07 20:42:08 +00:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:39 +00:00
HACKING.rst Remove references to oslo.sphinx 2014-02-12 16:41:37 +00:00
LICENSE Import Sphinx theme for OpenStack 2013-07-03 11:13:33 -04:00
README.rst Add version and download badges to README 2016-02-03 14:49:50 -08:00
requirements.txt Updated from global requirements 2016-05-17 14:09:18 +00:00
setup.cfg Remove Python 2.6 classifier 2015-11-17 15:47:24 +08:00
setup.py Updated from global requirements 2015-09-17 12:16:20 +00:00
test-requirements.txt Updated from global requirements 2016-06-21 18:04:46 +00:00
tox.ini Deprecated tox -downloadcache option removed 2015-12-11 21:23:20 +01:00

OpenStack Sphinx Extensions

Latest Version

Downloads

Theme and extension support for Sphinx documentation from the OpenStack project.