summaryrefslogtreecommitdiff
path: root/doc/invocation.rst
Commit message (Collapse)AuthorAgeFilesLines
* merge with stableGeorg Brandl2014-03-061-0/+10
|\
| * Add warnings that autodoc imports the modules.Georg Brandl2014-03-051-0/+10
| |
* | merge with stableGeorg Brandl2014-01-201-3/+12
|\ \ | |/ |/|
| * merge with stableGeorg Brandl2014-01-131-1/+1
| |\
| * \ merge with stableGeorg Brandl2014-01-121-1/+2
| |\ \
| * | | Closes #925: Allow list-typed config values to be provided on the command line,Georg Brandl2014-01-101-3/+12
| | | | | | | | | | | | | | | | like ``-D key=val1,val2``.
* | | | mention loglevelGeorg Brandl2014-01-201-2/+2
| |_|/ |/| |
* | | docs: fix some broken linksGeorg Brandl2014-01-131-1/+1
| |/ |/|
* | #1345: Fix two bugs with :confval:`nitpick_ignore`; now you don't have toGeorg Brandl2014-01-121-1/+2
|/ | | | remove the store environment for changes to have effect.
* docs: document -j option and add changelogGeorg Brandl2013-01-141-0/+9
|
* Closes #1076: document new sphinx-build options.Georg Brandl2013-01-121-0/+20
|
* xml: Update sphinx-build documentationJonathan Waltman2012-12-101-0/+7
|
* Changelog and style fixes for PR#75.Georg Brandl2012-10-281-0/+2
|
* Fixed apidoc's --follow-links option in documentation.Benoit Bryon2012-08-301-1/+1
|
* Fixed documentation of default behaviour for apidoc's '--followlinks' option.Benoit Bryon2012-08-301-2/+1
|
* Added -l, --followlinks option to sphinx-apidoc.Benoit Bryon2012-08-301-0/+10
|
* Closes #585: document sphinx-apidoc.Georg Brandl2011-10-071-0/+71
|
* Add documentation for Texinfo builderJon Waltman2010-09-161-0/+4
|
* Document internationalization mechanisms.Robert Lehmann2010-08-271-0/+3
|
* Use the new rst domain in the sphinx docs.Georg Brandl2010-04-171-1/+1
|
* Add some domain documentation.Georg Brandl2010-03-011-16/+16
|
* Add a bit more info.Georg Brandl2010-02-281-7/+8
|
* Begin the Great Refactoring of the docs.Georg Brandl2010-02-281-0/+177
* Move sphinx-build option description from intro to a new document. * Move toctree information to a new document in markup/. * Add a tutorial document placed after intro. Begin filling it in.