summaryrefslogtreecommitdiff
path: root/sphinx/config.py
Commit message (Expand)AuthorAgeFilesLines
...
| * | | fix line lengthDaniel Neuhäuser2010-06-201-1/+2
| * | | Move bytes to pycompat.Georg Brandl2010-07-281-6/+2
| * | | Fix warning for bytestrings with non-ascii content for python3Daniel Neuhäuser2010-06-201-3/+9
| * | | Fix encoding in config test and open configs in binary mode to warn for possi...Daniel Neuhäuser2010-05-301-1/+1
| * | | Use code objects for exec statements instead of filesDaniel Neuhäuser2010-05-081-1/+2
| * | | Move open() calls out of the try blockDaniel Neuhäuser2010-05-011-1/+1
| * | | Don't use execfile() anymoreDaniel Neuhäuser2010-04-291-1/+5
| | |/ | |/|
* | | Changed new epub option rebuild parameter to 'env'.Roland Meister2011-02-281-2/+2
* | | Added epub_max_image_width configuration option.Roland Meister2011-02-281-0/+1
* | | Added epub_fix_images configuration optionRoland Meister2011-02-271-0/+1
| |/ |/|
* | Added epub_cover configuration option.Roland Meister2010-08-061-0/+1
|/
* Added new config parameter epub_tocdup.Roland Meister2010-07-101-0/+1
* Complete comment.Georg Brandl2010-06-201-2/+2
* Merge with http://bitbucket.org/chrism/sphinx/, add latex_show_pagrefs/latex_...Georg Brandl2010-05-241-0/+2
|\
* | Rename default_domain to primary_domain; give it special semantics.Georg Brandl2010-05-231-1/+1
* | mergeGeorg Brandl2010-04-181-0/+3
|\ \
| * | Rename rst_prologue to rst_prolog and document it.Georg Brandl2010-04-071-1/+1
| * | Review changes from http://bitbucket.org/tpowers/sphinx/ and add docs.Georg Brandl2010-04-071-2/+2
| * | Implemented rst_prologue conf.py option.tpowers2010-03-301-0/+1
| * | Implemented html_compact_lists conf.py option. Normally True. When False,tpowers2010-03-281-1/+3
* | | #282: Added a "nitpicky" mode that emits warnings for all missing references.Georg Brandl2010-02-281-0/+1
* | | Add manual page writer.Georg Brandl2010-02-211-0/+3
* | | Make the concept of "module index" generalized to domains. As a side-effect,...Georg Brandl2010-02-201-2/+4
* | | merge with trunkGeorg Brandl2010-02-191-0/+1
|\ \ \ | |/ /
| * | merge with http://bitbucket.org/rolmei/sphinx-epub/.Georg Brandl2010-02-191-0/+1
| |\ \
| | * | Added the epub_tocdepth configuration option.Roland Meister2010-01-091-0/+1
* | | | merge with trunkGeorg Brandl2010-01-171-0/+1
|\ \ \ \ | |/ / /
| * | | Added ``needs_sphinx`` config value and ``Sphinx.require_sphinx`` application...Georg Brandl2010-01-171-0/+1
* | | | merge with trunkGeorg Brandl2010-01-171-1/+1
|\ \ \ \ | |/ / /
| * | | Rename os to osutil, thanks to relative imports.Georg Brandl2010-01-171-1/+1
* | | | merge with trunkGeorg Brandl2010-01-171-1/+1
|\ \ \ \ | |/ / /
| * | | Refactor util package.Georg Brandl2010-01-171-1/+1
* | | | merge with trunkGeorg Brandl2010-01-171-3/+22
|\ \ \ \ | |/ / /
| * | | merge with 0.6Georg Brandl2010-01-121-5/+6
| |\ \ \
| | * | | Remove Python 2.5ism and undefined local access.Georg Brandl2010-01-121-5/+6
| * | | | merge with 0.6Georg Brandl2010-01-121-1/+19
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Improve the handling of non-Unicode strings in the configuration:Georg Brandl2010-01-121-1/+19
* | | | merge with trunk (not working perfectly yet)Georg Brandl2010-01-071-1/+2
|\ \ \ \ | |/ / /
| * | | Add new universal config value ``exclude_patterns``, with glob-style exclude ...Georg Brandl2010-01-061-0/+2
| * | | Remove the deprecated ``exclude_dirs`` config value.Georg Brandl2010-01-061-1/+0
* | | | merge with trunkGeorg Brandl2010-01-021-0/+5
|\ \ \ \ | |/ / / |/| | |
| * | | merge with trunkGeorg Brandl2009-12-311-0/+15
| |\ \ \
| * | | | Use a new "lazy" gettext function instead of using dummy _() to help text ext...Georg Brandl2009-07-031-0/+4
| * | | | Fix some oversights.Georg Brandl2009-06-291-0/+1
| | |_|/ | |/| |
* | | | merge with 0.6Georg Brandl2010-01-011-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Happy new year!Georg Brandl2010-01-011-1/+1
* | | Review of epub builder. Add a separate "epub_theme" config value for selectin...Georg Brandl2009-12-291-14/+15
* | | Initial import from local repositoryRoland Meister2009-12-281-0/+14
| |/ |/|
* | Add GNOME Devhelp builderPauli Virtanen2009-06-271-0/+3
* | #116: Added ``html_output_encoding`` config value.Georg Brandl2009-06-161-0/+1