summaryrefslogtreecommitdiff
path: root/sphinx/config.py
Commit message (Collapse)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 ↵Daniel Neuhäuser2010-05-301-1/+1
| | | | | | | | | | | | | | | | possible encoding errors
| * | | 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 ↵Georg Brandl2010-05-241-0/+2
|\ | | | | | | latex_show_pagrefs/latex_show_urls config values.
* | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "simple" item lists are not compacted. See http://docutils.sourceforge.net/FAQ.html#how-are-lists-formatted-in-html. Bullet lists like the "Indices and Tables" section look odd when they are not compacted. Therefore specially change any bullet list that only has paragraph's with pending_xrefs to use compact paragraphs instead. Implemented secnumber_suffix conf.py option. Default is '. '. Section numbers look better if changed to u'\u00a0\u00a0'.
* | | #282: Added a "nitpicky" mode that emits warnings for all missing references.Georg Brandl2010-02-281-0/+1
| | | | | | | | | | | | It is activated by the ``-n`` command-line switch or the ``nitpicky`` config value.
* | | Add manual page writer.Georg Brandl2010-02-211-0/+3
| | |
* | | Make the concept of "module index" generalized to domains. As a ↵Georg Brandl2010-02-201-2/+4
| | | | | | | | | | | | side-effect, the latex modindex is no longer generated by LaTeX.
* | | 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`` ↵Georg Brandl2010-01-171-0/+1
| | | | | | | | | | | | | | | | application API function.
* | | | 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
| | | | | | | | | | | | | | | | | | | | warn about non-ascii bytestrings, and give nicer messages if unicode errors occur.
* | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | patterns. This makes the old ``unused_docs``, ``exclude_trees`` and ``exclude_dirnames`` obsolete.
| * | | 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 ↵Georg Brandl2009-07-031-0/+4
| | | | | | | | | | | | | | | | | | | | extraction.
| * | | | 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 ↵Georg Brandl2009-12-291-14/+15
| | | | | | | | | | | | selecting a different theme.
* | | 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
| |