summaryrefslogtreecommitdiffstats
path: root/common/waf.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sphinx: Use the pip installed sphinx-rtd-themeChris Johns2024-02-211-0/+30
| | | | | | | | | | | | - Remove the RTEMS version of the theme - Use conf.py to specify our style sheet - Depend on the jQuery contrib package for including jQuery - Detect the theme is installed Closes #4994
* sphinx/style: Fix building with the latest sphinxChris Johns2023-12-201-3/+1
| | | | | | Tested on sphinx 7.2, 6.1.3 AND 5.3.0 Closes #4980
* common/waf.py: Add option to check maximum Sphinx versionJoel Sherrill2023-07-251-3/+14
| | | | Updates #4928.
* waf: Handle the enable options for singlehtml and ditaa/pumlChris Johns2022-12-071-3/+3
| | | | Close #4756
* pdf: Set TEXINPUTS to the tex source pathChris Johns2022-08-121-1/+4
|
* Fix the bibtex extension configure testChris Johns2021-05-211-2/+4
|
* common/waf: fix some typosGedare Bloom2021-02-181-3/+3
|
* common: use bibtex_bibfiles for newer bibtexGedare Bloom2021-02-181-1/+4
| | | | Closes #4229.
* waf: User friendly message when no sphinx is installedChris Johns2020-04-031-0/+3
|
* waf: Get the version numbers from the version file.Chris Johns2020-03-131-1/+4
|
* waf/common: Fix UTF-8 encoding of HTML inliner output on Python3.Chris Johns2019-10-291-5/+13
|
* waf: Fix argument bug getting extra source.Chris Johns2019-03-011-1/+1
|
* waf: Add support for extra and excluded sources.Chris Johns2019-02-281-14/+32
|
* waf: Change --sphinx-verbose to --sphinx-options, add --sphinx-nit-pickChris Johns2019-02-281-13/+28
| | | | | Provide options to manage sphinx. Make using the nit-picky mode simpler to access.
* waf: Fix building the images in the src path.Chris Johns2019-02-281-2/+1
|
* Fix building with Sphinx 1.8 and later.Chris Johns2019-02-061-11/+28
| | | | | | | | - Provide the pytnon.ist file for makeindex. - Add support for xelatex building so we can switch if we want too. Closes #3669
* Replace build date with Git hash and commit dateSebastian Huber2019-01-091-20/+2
| | | | The usage of a build date prevents reproducible builds.
* common/waf.py: Fix indentation.Christian Mauderer2018-12-181-1/+1
| | | | Python 3 produces an error if indentation is mixed tabs and spaces.
* Fix error messages when Sphinx version cannot be checked.Amar Takhar2018-12-051-2/+2
| | | | | | | | | | This is kind of a dual-check since it checks for the version while simultaneously checking to see if Sphinx exists on the system. Changed the error messages to be clear on the error and removed a reference to version which cannot be set due to the check failure. Reported by: Shashvat Jain
* 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
| | | | | | | | | | | | - Remove all genindex.rst files, these are generated and should not exist in our source. - Fix the HTML templates so the local specialisation works. - Add a index link to the sidebar for HTML. Note, there is no TOC entry for the index in the PDF output and I cannot figure out how to add one. Closes #3503
* RTEMS Docs: Check sphinx versionRichard Campbell2018-03-091-4/+23
| | | | | | | Sphinx.util.compat module was removed at Sphinx version 1.7. Imported module was not being used. Closes #3311.
* build: Add extra source to the sphinx build.Chris Johns2017-10-121-11/+11
| | | | Updates #3177.
* coverpage: Fix repeated entries.Chris Johns2017-08-111-2/+2
| | | | Closes #2865.
* Revert "Add the sphinxcontrib.bibtex extension to the repo."Chris Johns2017-08-091-0/+1
| | | | | | This reverts commit aa4f8e2e436d6c49e1524a4a3fb164b28632d894. The contrib has too many dependencies to add into the repo.
* Add the sphinxcontrib.bibtex extension to the repo.Chris Johns2017-08-071-1/+0
|
* Add Windows build details.Chris Johns2017-03-271-1/+1
| | | | Actually include the quoting fix for Windows.
* waf: Fix linkcheck and spell commands.Chris Johns2017-03-271-45/+19
| | | | | | Clean up and remove code that is not needed. Fix sphinx-build quoting to work on Windows.
* 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
| | | | | | Minor clean up of the configure messages. Do not re-check sphinx in the nested configures.
* 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 ↵Chris Johns2016-11-091-1/+4
| | | | build PDF.
* 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 ↵Chris Johns2016-11-061-95/+21
| | | | | | | | | | available on. It appears the support for texlive packages on some hosts is variable. This patch lets us add missing packages to our source tree so a PDF can be built on those hosts. The quality of the PDFs created may vary as some short cuts may have been take. For example lato is a font and only the sty file as been added and not the actual font which means it's use will default to another font.
* 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
| | | | | | | | | | | | | | Move selecting pdf and singlehtml to the configure stage so it is sticky for all builds. This means a top level build will always build all formats that have been configured. Do not complete the configure stage if tools are missing for the configured output. Add singlehtml support using the inliner tool. It is nice. Remove the groups as waf can track the dependences. This lets the manuals build in parallel.
* 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
|