Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add new universal config value ``exclude_patterns``, with glob-style exclude ↵ | Georg Brandl | 2010-01-06 | 1 | -0/+2 | |
| | | | | | | | | | | | | patterns. This makes the old ``unused_docs``, ``exclude_trees`` and ``exclude_dirnames`` obsolete. | |||||
* | | merge with trunk | Georg Brandl | 2010-01-02 | 1 | -1/+2 | |
|\ \ | |/ |/| | ||||||
| * | merge with trunk | Georg Brandl | 2009-12-31 | 1 | -0/+13 | |
| |\ | ||||||
| * | | app: allow giving the localized object name when adding new object types. | Georg Brandl | 2009-09-08 | 1 | -1/+2 | |
| | | | ||||||
* | | | Make extlinks more flexible: use string substitution to build the full URL. | Georg Brandl | 2010-01-02 | 1 | -2/+0 | |
| | | | ||||||
* | | | merge with 0.6 | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add missing extension. | Georg Brandl | 2009-10-08 | 1 | -1/+2 | |
| | | | ||||||
* | | | Review of epub builder. Add a separate "epub_theme" config value for ↵ | Georg Brandl | 2009-12-29 | 1 | -3/+4 | |
| | | | | | | | | | | | | selecting a different theme. | |||||
* | | | Activated html_theme 'epub' | Roland Meister | 2009-12-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | Initial import from local repository | Roland Meister | 2009-12-28 | 1 | -0/+12 | |
| |/ |/| | ||||||
* | | Added the ``latex_docclass`` config value and made the "twoside" | Georg Brandl | 2009-06-04 | 1 | -1/+1 | |
| | | | | | | | | documentclass option overridable by "oneside". | |||||
* | | No need to use extlinks in conf.py. | Georg Brandl | 2009-05-02 | 1 | -1/+1 | |
| | | ||||||
* | | Added the ``extlinks`` extension. | Georg Brandl | 2009-05-02 | 1 | -1/+3 | |
| | | ||||||
* | | autosummary: write documentation | Pauli Virtanen | 2009-04-04 | 1 | -1/+2 | |
|/ | ||||||
* | Oops. | Georg Brandl | 2009-02-20 | 1 | -1/+1 | |
| | ||||||
* | The HTML builder now stores a small file named ``.buildinfo`` in | Georg Brandl | 2009-02-19 | 1 | -1/+1 | |
| | | | | | | 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``). | |||||
* | merge with mq | Georg Brandl | 2009-01-10 | 1 | -0/+3 | |
|\ | ||||||
| * | add modindex_common_prefix config value | mq | 2009-01-10 | 1 | -0/+3 | |
| | | ||||||
* | | Fix more line length and trailing whitespace. | Georg Brandl | 2009-01-10 | 1 | -2/+3 | |
| | | ||||||
* | | Split stylesheets into basic, default and sphinxdoc. | Georg Brandl | 2009-01-10 | 1 | -77/+9 | |
| | | ||||||
* | | Add Pygments style selection to theming. | Georg Brandl | 2009-01-10 | 1 | -1/+1 | |
| | | ||||||
* | | Basic theme infrastructure. | Georg Brandl | 2009-01-05 | 1 | -1/+2 | |
|/ | ||||||
* | Fix a few remaining copyrights and add 2009 to license. | Georg Brandl | 2009-01-04 | 1 | -1/+1 | |
| | ||||||
* | Use an explicit language. | Georg Brandl | 2008-11-19 | 1 | -0/+2 | |
| | ||||||
* | Add todo extension. | Georg Brandl | 2008-11-09 | 1 | -1/+7 | |
| | ||||||
* | Use palatino for the Sphinx docs. | Georg Brandl | 2008-09-24 | 1 | -1/+3 | |
| | ||||||
* | Merged revisions 66061,66069 via svnmerge from | Georg Brandl | 2008-08-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r66061 | georg.brandl | 2008-08-30 11:43:20 +0200 (Sat, 30 Aug 2008) | 2 lines Show last released version in built docs. ........ r66069 | georg.brandl | 2008-08-30 15:21:40 +0200 (Sat, 30 Aug 2008) | 2 lines XeTeX fix by Markus Gritsch. ........ | |||||
* | English is nice for the official docs nevertheless. | Georg Brandl | 2008-08-08 | 1 | -2/+0 | |
| | ||||||
* | Add i18n support, thanks to Horst Gutmann. | Georg Brandl | 2008-08-08 | 1 | -1/+3 | |
| | ||||||
* | Merged revisions 65532,65546-65547,65550-65551 via svnmerge from | Georg Brandl | 2008-08-06 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r65532 | georg.brandl | 2008-08-04 22:35:07 +0000 (Mon, 04 Aug 2008) | 2 lines Add a test file for misc. markup and fix a doc bug. ........ r65546 | georg.brandl | 2008-08-05 09:55:20 +0000 (Tue, 05 Aug 2008) | 2 lines Show an indication while downloading the search index. ........ r65547 | georg.brandl | 2008-08-05 10:07:50 +0000 (Tue, 05 Aug 2008) | 2 lines Fix an indentation problem in production lists. #3477. ........ r65550 | georg.brandl | 2008-08-05 16:21:34 +0000 (Tue, 05 Aug 2008) | 2 lines Remove unused interface.js. ........ r65551 | georg.brandl | 2008-08-06 08:48:21 +0000 (Wed, 06 Aug 2008) | 2 lines Don't try to remove a nonexisting static dir. ........ | |||||
* | Add math support to Sphinx. | Georg Brandl | 2008-08-06 | 1 | -1/+3 | |
| | ||||||
* | Add general docstring processing support with a new event in autodoc. | Georg Brandl | 2008-06-22 | 1 | -2/+2 | |
| | ||||||
* | Follow renaming of desc_classname to desc_addname. | Georg Brandl | 2008-06-18 | 1 | -1/+1 | |
| | ||||||
* | Add html-page-context event for customizing the template context. | Georg Brandl | 2008-05-31 | 1 | -0/+18 | |
| | ||||||
* | Add ``toctree_only`` feature to LaTeX builder. | Georg Brandl | 2008-05-04 | 1 | -1/+1 | |
| | ||||||
* | Use correct OpenSearch base url. | Georg Brandl | 2008-05-03 | 1 | -1/+1 | |
| | ||||||
* | * New LaTeX table handling. | Georg Brandl | 2008-05-03 | 1 | -0/+2 | |
| | | | | * Support parts in LaTeX output. | |||||
* | Fetch Sphinx version from Sphinx itself. | Georg Brandl | 2008-04-27 | 1 | -2/+3 | |
| | ||||||
* | Add logo options, add blocks to sidebar. | Georg Brandl | 2008-04-27 | 1 | -0/+2 | |
| | ||||||
* | Use OpenSearch for Sphinx docs. | Georg Brandl | 2008-04-27 | 1 | -0/+2 | |
| | ||||||
* | * Use a customizable title for the docs. | Georg Brandl | 2008-04-19 | 1 | -1/+1 | |
| | | | | * Fix up the clumsy index template handling. | |||||
* | Allow the config to act as an extension. | Georg Brandl | 2008-04-06 | 1 | -3/+37 | |
| | ||||||
* | Use Windows-friendlier dirnames. | Georg Brandl | 2008-03-21 | 1 | -2/+2 | |
| | ||||||
* | * Add docs for sphinx.ext.doctest. | Georg Brandl | 2008-03-21 | 1 | -1/+1 | |
| | | | | * Update parse_node functions. | |||||
* | * Define __file__ during conf.py execution. | Georg Brandl | 2008-03-16 | 1 | -2/+2 | |
| | | | | * Make staticpath relative to conf.py dir. | |||||
* | Add documentation for autodoc. | Georg Brandl | 2008-03-14 | 1 | -1/+3 | |
| | ||||||
* | First pass at Sphinx documentation. Most of it still needs to be written :) | Georg Brandl | 2008-03-09 | 1 | -0/+125 | |