summaryrefslogtreecommitdiffstats
path: root/doc/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix build-time Python errorJuergen Borleis2016-06-201-3/+3
| | | | | | | | | Building the documentation inside PTXdist (e.g. outside of a BSP project) else fails with: TypeError: Can't convert 'NoneType' object to str implicitly Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* This is BSP specific and not PTXdist relatedJuergen Borleis2016-06-201-4/+0
| | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* Remove a less used feature of PTXdistJuergen Borleis2016-06-201-2/+0
| | | | | | Using variants is used very seldom. Ignore it for now. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* The platform name mostly includes the 'platform-' stringJuergen Borleis2016-06-201-1/+1
| | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* All of our BSP names start with the 'OSELAS.BSP' stringJuergen Borleis2016-06-201-1/+1
| | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* doc: do replacements before running sphinxMichael Olbrich2016-06-201-36/+30
| | | | | | This is necessary to make replacements in code sections possible. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* doc: set 'sh' as default highlight languageMichael Olbrich2016-06-201-1/+1
| | | | | | | Otherwise sphinx 1.4.x produces a lot of warnings: WARNING: Could not lex literal_block as "c". Highlighting skipped. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: add support for BSP specific documentationMichael Olbrich2016-06-201-16/+66
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* doc: remove oselasTCNVendorPatchLevel variableMichael Olbrich2016-06-201-2/+1
| | | | | | | | The toolchain version should contain the patch-level version in all cases so a separate variable is not needed. This fixes several instances where the toolchain version was used incorrectly without the patch-level version. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* docs: use matching platform & toolchain examplesMichael Olbrich2015-12-031-3/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* docs: extract ptxdist version when building the documentationMichael Olbrich2015-12-031-0/+291
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>