summaryrefslogtreecommitdiffstats
path: root/doc/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* doc: Further document development and release processStewart Smith2018-05-221-5/+10
| | | | Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* doc: update copyright noticesStewart Smith2017-08-011-3/+3
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* doc: Fix output of version string when using Sphinx with Python 3Andrew Donnellan2017-06-071-2/+2
| | | | | | | | | | | | | | Our Sphinx configuration gets the current skiboot version by using the subprocess module to run make_version.sh. In Python 2, this returns a value of type str, but in Python 3, this returns bytes instead. Decode those bytes into a string so we see "skiboot 5.6.blah" rather than "skiboot b'5.6.blah\n'" in the documentation output. Tested using Sphinx with both Python 2 and 3. Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* doc: use make_version to determine releaseStewart Smith2016-11-021-2/+3
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* doc: enable syntax highlighting of Device Tree Source (dts)Stewart Smith2016-10-281-1/+7
| | | | | | | | Unlike the rest of skiboot, DtsLexer.py is BSD licensed as it should go into the pygments project (Python library for doing syntax highlighting which is used by Sphinx). Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* doc: bump docs version to 5.4.0-rc2, fix oneline descriptionStewart Smith2016-10-281-2/+2
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* skiboot 5.4.0-rc1 release notesStewart Smith2016-10-171-1/+1
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* doc: mark docs as 5.4.0-rc1-snapshotStewart Smith2016-10-141-1/+1
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* Update doc/conf.py for master branchStewart Smith2016-09-151-3/+3
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* sphinx-doc: add build infrastructureStewart Smith2016-08-021-0/+258
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
OpenPOWER on IntegriCloud