summaryrefslogtreecommitdiffstats
path: root/book/wscript (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Prepend project common pathSebastian Huber2019-02-081-1/+1
| | | | | This avoids conflicts with standard packages such as PIL (Python Imaging Library).
* Add support for spellchecking with a custom dictionary.Amar Takhar2016-05-021-1/+1
| | | | | | | | | | | | | | To use: 1. Install aspell 2. waf spell <list of files> * waf spell mydoc.rst * waf spell *.rst This uses a custom dictionary stored in common/spell/dict/. We should add all RTEMS and programming terms to this to ensure we are consistent. Amar.
* Rework how conf.py is handled.Amar Takhar2016-05-021-9/+4
| | | | Needed to switch due to increasing complexity.
* Fix rtemsconfig building.Amar Takhar2016-05-021-6/+15
| | | | | I'll probably move to a more pythonic way of doing conf.py since this is getting too complicated.
* Check for non existent directories when building 'book'.Amar Takhar2016-05-021-2/+6
|
* Initial reST documentation using Sphinx.Amar Takhar2016-05-021-0/+59