summaryrefslogtreecommitdiffstats
path: root/common/waf.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace build date with Git hash and commit dateSebastian Huber2019-01-091-20/+2
* common/waf.py: Fix indentation.Christian Mauderer2018-12-181-1/+1
* Fix error messages when Sphinx version cannot be checked.Amar Takhar2018-12-051-2/+2
* waf: Add support to build PlantUML and Ditaa images.Chris Johns2018-11-031-1/+69
* waf: Fix type in single html build.Chris Johns2018-08-211-1/+1
* build: Fix indexing so it works on HTML and PDF.Chris Johns2018-08-211-32/+44
* RTEMS Docs: Check sphinx versionRichard Campbell2018-03-091-4/+23
* build: Add extra source to the sphinx build.Chris Johns2017-10-121-11/+11
* coverpage: Fix repeated entries.Chris Johns2017-08-111-2/+2
* Revert "Add the sphinxcontrib.bibtex extension to the repo."Chris Johns2017-08-091-0/+1
* Add the sphinxcontrib.bibtex extension to the repo.Chris Johns2017-08-071-1/+0
* Add Windows build details.Chris Johns2017-03-271-1/+1
* waf: Fix linkcheck and spell commands.Chris Johns2017-03-271-45/+19
* waf: Create the sphinx rule in one place.Chris Johns2017-03-211-11/+11
* Use a single top level version number.Chris Johns2017-03-201-11/+32
* waf: Configure check the inliner only once.Chris Johns2017-03-151-5/+7
* Add a check for Sphinx extensions.Chris Johns2017-02-251-15/+44
* waf: Add a title to the XML Catalogue.Chris Johns2017-01-101-1/+6
* waf: Improved XML Catalogue generator.Chris Johns2017-01-101-44/+41
* waf: Create an XML Catalogue.Chris Johns2017-01-091-0/+78
* waf: Users without the extra fonts need to use '--disable-extra-fonts' to bui...Chris Johns2016-11-091-1/+4
* waf: Use the good fonts if installed.Chris Johns2016-11-081-6/+12
* waf: Add support to handle missing Latex packages on hosts they are not avail...Chris Johns2016-11-061-95/+21
* waf: Check for texlive packages and report an error is not found.Chris Johns2016-11-041-6/+106
* waf: Fix the bnode issue when building in a manual directory.Chris Johns2016-11-041-1/+1
* waf: Use separate doctrees so avoid sphinx clashes.Chris Johns2016-11-031-10/+11
* waf: Have configure set building pdf and/or singlehtml.Chris Johns2016-11-031-206/+247
* waf: Fix the sphinx verbose option.Chris Johns2016-11-021-2/+8
* waf: Add an install command.Chris Johns2016-10-311-43/+67
* waf: Add top build support.Chris Johns2016-10-301-16/+44
* waf: Update to support a recent waf.Chris Johns2016-10-291-2/+2
* common/waf.py: Improve Sphinx version parsing to work with their git masterJoel Sherrill2016-10-271-2/+2
* waf: Fix for waf-1.9.3.Chris Johns2016-09-091-1/+1
* Move images to a common directory.Amar Takhar2016-05-181-4/+16
* Switch to using Minted and splitting long lines in verbatim.Amar Takhar2016-05-021-0/+2
* Run through 2to3.Chris Johns2016-05-021-1/+1
* Generate a fatal error on a Sphinx beta version that cannot be parsed.Chris Johns2016-05-021-3/+5
* Add 'waf linkcheck' to check external references.Amar Takhar2016-05-021-1/+15
* Remove incorrect pdflatex/makeindex check.Amar Takhar2016-05-021-4/+0
* Only require makeindex and pdflatex when trying to build PDF.Amar Takhar2016-05-021-3/+3
* Add support for singlehtml (inlined) HTML file, plus some other fixes.Amar Takhar2016-05-021-36/+62
* Fix typo and add another dependency.Amar Takhar2016-05-021-2/+2
* Add minimum version check for Sphinx.Amar Takhar2016-05-021-1/+24
* Add PDF generation support use with --pdfAmar Takhar2016-05-021-16/+47
* Add support for spellchecking with a custom dictionary.Amar Takhar2016-05-021-2/+35
* Rework how conf.py is handled.Amar Takhar2016-05-021-13/+44
* Initial reST documentation using Sphinx.Amar Takhar2016-05-021-0/+37