aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/build_docs.py
Commit message (Expand)AuthorAgeFilesLines
* Find rst2man from pkgsrcNiclas Rosenvik2022-01-301-1/+1
* Disable concurrency with sphinx-buildJack Lloyd2021-12-261-33/+0
* Blacklist only Sphinx 3.0Jack Lloyd2020-04-091-1/+1
* If regex doesn't match, default to disabling use of -jJack Lloyd2020-04-081-2/+9
* Avoid using concurrency with Sphinx 3.0 due to a bug in that versionJack Lloyd2020-04-081-1/+8
* Remove debug printJack Lloyd2019-06-051-1/+0
* Fix building with Sphinx disabledJack Lloyd2019-06-011-3/+14
* Reorg documentation layout. Rename manual to handbook.Jack Lloyd2019-05-311-6/+6
* Avoid parallel build with Sphinx before 1.4Jack Lloyd2018-12-031-1/+1
* Make pylint happierJack Lloyd2018-09-041-23/+19
* Fix lintJack Lloyd2018-09-021-1/+1
* When building docs, avoid capturing stdout/stderrJack Lloyd2018-09-021-19/+17
* Fix some document formatting bugsJack Lloyd2018-07-031-2/+1
* Avoid having Doxygen error out except in maintainer mode buildsJack Lloyd2018-07-021-2/+2
* Conditionally use concurrency with sphinx-build.Daniel Wyatt2018-06-041-2/+19
* Search for either rst2man or rst2man.pyJack Lloyd2018-03-291-1/+20
* Avoid close_fds=True in build_docsJack Lloyd2018-03-021-1/+2
* Catch exceptions from subprocess in build_docs [ci skip]Jack Lloyd2018-01-291-6/+12
* Fix headers of command line docsJack Lloyd2018-01-211-1/+2
* PylintJack Lloyd2017-12-171-0/+1
* Add ability to generate man page with rst2man fixing #1349Jack Lloyd2017-12-111-0/+7
* Improve debug output of the build_docs scriptJack Lloyd2017-12-111-2/+5
* Add an option to generate PDF version of the documentationJack Lloyd2017-12-061-11/+36
* Lint fixesJack Lloyd2017-12-041-1/+1
* Add a script for generating the documentationJack Lloyd2017-12-041-0/+145