summaryrefslogtreecommitdiff
path: root/sphinx/config.py
Commit message (Collapse)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
| | | | | | | | documentclass option overridable by "oneside".
* | 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
| | | | | | | | UTF-8 BOM correctly.
* | 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
| | | | | | copy files (that Sphinx doesn't copy automatically, e.g. if they are referenced in custom LaTeX added in ``latex_elements``) to the build directory.
* Added an ``only`` directive that can selectively include textGeorg Brandl2009-02-191-1/+2
| | | | | | based on enabled "tags". Tags can be given on the command line. Also, the current builder output format (e.g. "html" or "latex") is always a defined tag.
* The HTML builder now stores a small file named ``.buildinfo`` inGeorg Brandl2009-02-191-66/+66
| | | | | | its output directory. It stores a hash of config values that can be used to determine if a full rebuild needs to be done (e.g. after changing ``html_theme``).
* 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
| | | | | * Make the right-/stickysidebar alternatives for the default design options. * Add theme-related options to quickstart.
* 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
| | | | | | | | | | | | the docutils config value of the same name and removes the space before a footnote reference that is necessary for reST to recognize the reference.
* | 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
| | | | | | | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE.
* | New builder for Qt help collections, by Antonio Valentino.Georg Brandl2008-12-291-1/+6
| | | | | | | | (This is not finished work yet.)
* | 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
| | | | | | | | switch off the links to the reST sources in the sidebar.
* | 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
| | | | allowing to customize each part of what is written to the tex file.
* Add default highlight language selection support.Georg Brandl2008-09-091-0/+1
| | | | Add support for recognizing Python 3 console output.
* 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 ↵Georg Brandl2008-08-101-0/+1
| | | | doctrees.
* Add Czech translation by Pavel Kosina, and use Unicode gettext methods ↵Georg Brandl2008-08-081-1/+1
| | | | throughout.
* 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 ↵Georg Brandl2008-06-051-5/+6
| | | | config.
* 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
|