aboutsummaryrefslogtreecommitdiff
path: root/doc/conf.py
AgeCommit message (Collapse)AuthorFilesLines
2018-05-22doc: Further document development and release processStewart Smith1-5/+10
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
2017-08-01doc: update copyright noticesStewart Smith1-3/+3
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2017-06-07doc: Fix output of version string when using Sphinx with Python 3Andrew Donnellan1-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>
2016-11-02doc: use make_version to determine releaseStewart Smith1-2/+3
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-10-28doc: enable syntax highlighting of Device Tree Source (dts)Stewart Smith1-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>
2016-10-28doc: bump docs version to 5.4.0-rc2, fix oneline descriptionStewart Smith1-2/+2
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-10-17skiboot 5.4.0-rc1 release notesskiboot-5.4.0-rc1Stewart Smith1-1/+1
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-10-14doc: mark docs as 5.4.0-rc1-snapshotStewart Smith1-1/+1
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-09-15Update doc/conf.py for master branchStewart Smith1-3/+3
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-08-02sphinx-doc: add build infrastructureStewart Smith1-0/+258
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>