summaryrefslogtreecommitdiff
path: root/sphinx/config.py
Commit message (Expand)AuthorAgeFilesLines
...
* | #169: Added the ``trim_doctest_flags`` config value, which is true by default.Georg Brandl2009-06-161-0/+1
* | Added the ``latex_docclass`` config value and made the "twoside"Georg Brandl2009-06-041-0/+1
* | merge with 0.6Georg Brandl2009-05-311-1/+1
|\ \ | |/
| * Set the default encoding to ``utf-8-sig`` to handle files with aGeorg Brandl2009-05-311-1/+1
* | Add html_show_copyright config val, patch by Wojtek Walczak.Georg Brandl2009-04-091-0/+1
|/
* The new ``latex_additional_files`` config value can be used toGeorg Brandl2009-02-201-0/+1
* Added an ``only`` directive that can selectively include textGeorg Brandl2009-02-191-1/+2
* The HTML builder now stores a small file named ``.buildinfo`` inGeorg Brandl2009-02-191-66/+66
* Change html_collapse_toctree setting to an argument of the toctree() callable.Georg Brandl2009-02-161-1/+0
* Add theming test suite, fix a few bugs and doc problems.Georg Brandl2009-02-151-1/+0
* * Add support for theme options.Georg Brandl2009-02-151-0/+1
* merge with mainGeorg Brandl2009-02-141-0/+3
|\
| * Add a rst_epilog setting, usable for global substitutions.Georg Brandl2009-02-071-0/+1
| * Patch from Stefan Seefeld: make local toctree collapsible.Georg Brandl2009-02-071-0/+1
| * The new ``trim_footnote_reference_space`` config value mirrorsGeorg Brandl2009-01-261-0/+1
* | merge with mqGeorg Brandl2009-01-101-0/+1
|\ \
| * | add modindex_common_prefix config valuemq2009-01-101-0/+1
* | | Reformat to EOL80.Georg Brandl2009-01-101-1/+2
* | | merge in trunkGeorg Brandl2009-01-101-1/+1
|\ \ \ | | |/ | |/|
| * | use the py3k version of callable()Benjamin Peterson2009-01-101-1/+1
| |/
* | Split stylesheets into basic, default and sphinxdoc.Georg Brandl2009-01-101-1/+1
* | Use the correct style name.Georg Brandl2009-01-051-1/+1
* | Basic theme infrastructure.Georg Brandl2009-01-051-1/+3
|/
* Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-2/+2
|\
| * Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-1/+1
* | New builder for Qt help collections, by Antonio Valentino.Georg Brandl2008-12-291-1/+6
* | Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
* | Add html_link_suffix value.Georg Brandl2008-12-251-0/+1
* | The new ``html_show_sourcelink`` config value can be used toGeorg Brandl2008-12-151-0/+1
* | Add html_add_permalinks config value.Georg Brandl2008-11-301-0/+1
* | Allow giving values for dict type config values in the overrides.Georg Brandl2008-11-301-0/+6
|/
* Allow build without conf.py using -C command line switch.Georg Brandl2008-11-161-7/+9
* Add -A option to pass values into HTML templates.Georg Brandl2008-11-041-0/+1
* Add "source_encoding" config value.Georg Brandl2008-10-161-0/+1
* Restructure LaTeX file template: add new "latex_elements" config valueGeorg Brandl2008-09-121-3/+7
* Add default highlight language selection support.Georg Brandl2008-09-091-0/+1
* Typo fix.Georg Brandl2008-08-101-1/+1
* Add exclude_dirnames value.Georg Brandl2008-08-101-0/+1
* New config value "keep_warnings", default is to discard the from the saved do...Georg Brandl2008-08-101-0/+1
* Add Czech translation by Pavel Kosina, and use Unicode gettext methods throug...Georg Brandl2008-08-081-1/+1
* Add i18n support, thanks to Horst Gutmann.Georg Brandl2008-08-081-4/+6
* Add default_role configuration value.Georg Brandl2008-06-171-0/+1
* Support splitting the HTML index.Georg Brandl2008-06-171-0/+1
* Add html_favicon config value.Georg Brandl2008-06-151-0/+1
* Add a test suite skeleton, a first test for sphinx.config, and fix a bug in c...Georg Brandl2008-06-051-5/+6
* Fix the handling of extensions' config values.Georg Brandl2008-06-041-12/+18
* Add html_short_title and html_show_sphinx config values.Georg Brandl2008-05-241-9/+21
* Add exclude_trees config value.Georg Brandl2008-05-241-0/+1
* Add html_use_index flag.Georg Brandl2008-05-231-0/+1
* Add html_file_suffix value.Georg Brandl2008-05-061-1/+2