Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | #169: Added the ``trim_doctest_flags`` config value, which is true by default. | Georg Brandl | 2009-06-16 | 1 | -0/+1 | |
| | | ||||||
* | | Added the ``latex_docclass`` config value and made the "twoside" | Georg Brandl | 2009-06-04 | 1 | -0/+1 | |
| | | | | | | | | documentclass option overridable by "oneside". | |||||
* | | merge with 0.6 | Georg Brandl | 2009-05-31 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Set the default encoding to ``utf-8-sig`` to handle files with a | Georg Brandl | 2009-05-31 | 1 | -1/+1 | |
| | | | | | | | | UTF-8 BOM correctly. | |||||
* | | Add html_show_copyright config val, patch by Wojtek Walczak. | Georg Brandl | 2009-04-09 | 1 | -0/+1 | |
|/ | ||||||
* | The new ``latex_additional_files`` config value can be used to | Georg Brandl | 2009-02-20 | 1 | -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 text | Georg Brandl | 2009-02-19 | 1 | -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`` in | Georg Brandl | 2009-02-19 | 1 | -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 Brandl | 2009-02-16 | 1 | -1/+0 | |
| | ||||||
* | Add theming test suite, fix a few bugs and doc problems. | Georg Brandl | 2009-02-15 | 1 | -1/+0 | |
| | ||||||
* | * Add support for theme options. | Georg Brandl | 2009-02-15 | 1 | -0/+1 | |
| | | | | | * Make the right-/stickysidebar alternatives for the default design options. * Add theme-related options to quickstart. | |||||
* | merge with main | Georg Brandl | 2009-02-14 | 1 | -0/+3 | |
|\ | ||||||
| * | Add a rst_epilog setting, usable for global substitutions. | Georg Brandl | 2009-02-07 | 1 | -0/+1 | |
| | | ||||||
| * | Patch from Stefan Seefeld: make local toctree collapsible. | Georg Brandl | 2009-02-07 | 1 | -0/+1 | |
| | | ||||||
| * | The new ``trim_footnote_reference_space`` config value mirrors | Georg Brandl | 2009-01-26 | 1 | -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 mq | Georg Brandl | 2009-01-10 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | add modindex_common_prefix config value | mq | 2009-01-10 | 1 | -0/+1 | |
| | | | ||||||
* | | | Reformat to EOL80. | Georg Brandl | 2009-01-10 | 1 | -1/+2 | |
| | | | ||||||
* | | | merge in trunk | Georg Brandl | 2009-01-10 | 1 | -1/+1 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | use the py3k version of callable() | Benjamin Peterson | 2009-01-10 | 1 | -1/+1 | |
| |/ | ||||||
* | | Split stylesheets into basic, default and sphinxdoc. | Georg Brandl | 2009-01-10 | 1 | -1/+1 | |
| | | ||||||
* | | Use the correct style name. | Georg Brandl | 2009-01-05 | 1 | -1/+1 | |
| | | ||||||
* | | Basic theme infrastructure. | Georg Brandl | 2009-01-05 | 1 | -1/+3 | |
|/ | ||||||
* | Merge in copyright style changes from 0.5. | Georg Brandl | 2009-01-03 | 1 | -2/+2 | |
|\ | ||||||
| * | Switch copyright and license tags to single style. Add contributor | Georg Brandl | 2009-01-03 | 1 | -1/+1 | |
| | | | | | | | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE. | |||||
* | | New builder for Qt help collections, by Antonio Valentino. | Georg Brandl | 2008-12-29 | 1 | -1/+6 | |
| | | | | | | | | (This is not finished work yet.) | |||||
* | | Explicitly refer to the license in :license: tags. | Georg Brandl | 2008-12-27 | 1 | -1/+1 | |
| | | ||||||
* | | Add html_link_suffix value. | Georg Brandl | 2008-12-25 | 1 | -0/+1 | |
| | | ||||||
* | | The new ``html_show_sourcelink`` config value can be used to | Georg Brandl | 2008-12-15 | 1 | -0/+1 | |
| | | | | | | | | switch off the links to the reST sources in the sidebar. | |||||
* | | Add html_add_permalinks config value. | Georg Brandl | 2008-11-30 | 1 | -0/+1 | |
| | | ||||||
* | | Allow giving values for dict type config values in the overrides. | Georg Brandl | 2008-11-30 | 1 | -0/+6 | |
|/ | ||||||
* | Allow build without conf.py using -C command line switch. | Georg Brandl | 2008-11-16 | 1 | -7/+9 | |
| | ||||||
* | Add -A option to pass values into HTML templates. | Georg Brandl | 2008-11-04 | 1 | -0/+1 | |
| | ||||||
* | Add "source_encoding" config value. | Georg Brandl | 2008-10-16 | 1 | -0/+1 | |
| | ||||||
* | Restructure LaTeX file template: add new "latex_elements" config value | Georg Brandl | 2008-09-12 | 1 | -3/+7 | |
| | | | | allowing to customize each part of what is written to the tex file. | |||||
* | Add default highlight language selection support. | Georg Brandl | 2008-09-09 | 1 | -0/+1 | |
| | | | | Add support for recognizing Python 3 console output. | |||||
* | Typo fix. | Georg Brandl | 2008-08-10 | 1 | -1/+1 | |
| | ||||||
* | Add exclude_dirnames value. | Georg Brandl | 2008-08-10 | 1 | -0/+1 | |
| | ||||||
* | New config value "keep_warnings", default is to discard the from the saved ↵ | Georg Brandl | 2008-08-10 | 1 | -0/+1 | |
| | | | | doctrees. | |||||
* | Add Czech translation by Pavel Kosina, and use Unicode gettext methods ↵ | Georg Brandl | 2008-08-08 | 1 | -1/+1 | |
| | | | | throughout. | |||||
* | Add i18n support, thanks to Horst Gutmann. | Georg Brandl | 2008-08-08 | 1 | -4/+6 | |
| | ||||||
* | Add default_role configuration value. | Georg Brandl | 2008-06-17 | 1 | -0/+1 | |
| | ||||||
* | Support splitting the HTML index. | Georg Brandl | 2008-06-17 | 1 | -0/+1 | |
| | ||||||
* | Add html_favicon config value. | Georg Brandl | 2008-06-15 | 1 | -0/+1 | |
| | ||||||
* | Add a test suite skeleton, a first test for sphinx.config, and fix a bug in ↵ | Georg Brandl | 2008-06-05 | 1 | -5/+6 | |
| | | | | config. | |||||
* | Fix the handling of extensions' config values. | Georg Brandl | 2008-06-04 | 1 | -12/+18 | |
| | ||||||
* | Add html_short_title and html_show_sphinx config values. | Georg Brandl | 2008-05-24 | 1 | -9/+21 | |
| | ||||||
* | Add exclude_trees config value. | Georg Brandl | 2008-05-24 | 1 | -0/+1 | |
| | ||||||
* | Add html_use_index flag. | Georg Brandl | 2008-05-23 | 1 | -0/+1 | |
| | ||||||
* | Add html_file_suffix value. | Georg Brandl | 2008-05-06 | 1 | -1/+2 | |
| |