summaryrefslogtreecommitdiff
path: root/doc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* doc/{Makefile,make.bat}: remove unused SPHINXPROJDaniel Hahler2020-03-071-1/+0
| | | | Appears to have been forgotten in f101bb661.
* make: Default to Python 3Stephen Finucane2018-06-211-1/+1
| | | | | | | | As with the tox change, it makes sense to test things against Python 3 by default now, seeing as that will be the only version supported in Sphinx 2.0. Signed-off-by: Stephen Finucane <stephen@that.guru>
* Customizable Python interpreter in doc/MakefileJakob Lykke Andersen2018-06-171-1/+2
| | | | Fix after previous stray edit.
* C++, support for unions.Jakob Lykke Andersen2018-05-261-1/+1
|
* Remove static scriptsStephen Finucane2017-10-091-1/+1
| | | | | | | | | Executable scripts without the '.py' extension are already created and installed by setuptools, by way of the 'console_scripts' section. These scripts are unnecessary noise. If people want to test this behavior locally, use a virtualenv. Signed-off-by: Stephen Finucane <stephen@that.guru>
* Add a comment to Makefile template for make-mode, update doc/Makefilejfbu2016-10-231-5/+3
|
* Fix doc/Makefile that can't build man because of doc/man folder existsYoshiki Shibukawa2016-10-131-0/+4
|
* add back missing @Georg Brandl2014-01-191-1/+1
|
* Make mode: refactor using a class and add source dir to the makefileGeorg Brandl2014-01-191-12/+6
|
* Add "make mode" to sphinx-build, invoked by the -M flag.Georg Brandl2014-01-111-151/+15
| | | | | | | | | This is intended to do almost all of what the quickstart-generated Makefile and make.bat did, but within Sphinx. The advantages are: * no duplication between Unix and Windows files * updates and fixes are propagated (the generated makefiles never update) * more Python code, less shell code!
* Closes #1065: in Makefiles, ignore errors in "rm" using the -f flag, not a ↵Georg Brandl2012-12-311-1/+1
| | | | "-" prefix.
* Add Docutils-native XML and pseudo-XML buildersJonathan Waltman2012-12-041-1/+12
|
* Rename "intl" module to "gettext", to make it easier to find. Distinguish ↵Georg Brandl2011-01-081-3/+4
| | | | environments with different versioning methods and always give the gettext builder its own doctree dir.
* Add documentation for Texinfo builderJonathan Waltman2010-09-161-0/+15
|
* merge with trunkRobert Lehmann2010-08-171-15/+15
|\
| * Adjust alignment.Georg Brandl2010-07-171-14/+14
| |
* | Add gettext builder to Sphinx docs.Robert Lehmann2010-05-301-0/+6
|/
* Mention more targets in "make help".Georg Brandl2010-05-301-3/+8
|
* Add missing targets to Makefile; do not build latex twice for latexpdf target.Georg Brandl2010-05-301-0/+15
|
* Update phony targets.Georg Brandl2010-05-301-1/+2
|
* #419: remove unnecessary mkdir call.Georg Brandl2010-05-261-1/+4
|
* merge with 0.6Georg Brandl2010-05-221-0/+5
|\
| * Add json target.Georg Brandl2010-05-221-0/+5
| |
* | Add shortcut for SPHINXOPTS.Georg Brandl2010-03-011-1/+1
| |
* | Update phony target lists.Georg Brandl2010-02-251-1/+1
| |
* | Add manual page writer.Georg Brandl2010-02-211-0/+6
| |
* | Add single-file HTML builder. Closes #151.Georg Brandl2010-01-171-0/+5
| |
* | Simplify makefile.Georg Brandl2010-01-171-11/+1
| |
* | Initial import from local repositoryRoland Meister2009-12-281-0/+6
|/
* Add DirectoryHTMLBuilder (contributed as PrettyHTMLBuilder by Will Maier).Georg Brandl2009-02-191-1/+8
|
* New builder for Qt help collections, by Antonio Valentino.Georg Brandl2008-12-291-1/+11
| | | | (This is not finished work yet.)
* Add text target.Georg Brandl2008-12-251-0/+6
|
* Fix leftovers.Georg Brandl2008-12-211-5/+1
|
* Several fixes in the latex processing.Georg Brandl2008-03-261-1/+3
|
* Rename pickle builder target.Georg Brandl2008-03-251-4/+4
|
* Use Windows-friendlier dirnames.Georg Brandl2008-03-211-22/+22
|
* * Add docs for sphinx.ext.doctest.Georg Brandl2008-03-211-0/+4
| | | | * Update parse_node functions.
* Add doc Makefile.Georg Brandl2008-03-181-0/+66