Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fallback for UnicodeErrors without an encoding set. | Georg Brandl | 2009-05-17 | 1 | -2/+2 | |
| | ||||||
* | Work on autodoc: move -g command-line argument to config value, make | Georg Brandl | 2009-03-15 | 1 | -3/+3 | |
| | | | | directive up to new API. | |||||
* | Make WARNING the default warning prefix. | Georg Brandl | 2009-03-05 | 1 | -1/+1 | |
| | ||||||
* | Use standard ``file:line: warning: message`` format for warning messages. | Georg Brandl | 2009-03-05 | 1 | -5/+6 | |
| | ||||||
* | #109: fix circular import problems by moving exceptions into their own module. | Georg Brandl | 2009-02-24 | 1 | -38/+5 | |
| | ||||||
* | Allow multiple calls to setup_extension(). | Georg Brandl | 2009-02-24 | 1 | -1/+5 | |
| | ||||||
* | merge with 0.5 | Georg Brandl | 2009-02-21 | 1 | -4/+7 | |
|\ | ||||||
| * | Register custom roles as local, saves system_messages which can cause ↵ | Georg Brandl | 2009-02-21 | 1 | -3/+3 | |
| | | | | | | | | problems e.g. in .. |abc| replace:: :role:`foo` | |||||
* | | Fix the serializing and changes builders, and really test them. | Georg Brandl | 2009-02-21 | 1 | -4/+8 | |
| | | ||||||
* | | Fixed another of the isinstance tests that should have been issubclass. This ↵ | Georg Brandl | 2009-02-19 | 1 | -1/+5 | |
| | | | | | | | | doesn't make me look good... | |||||
* | | Restore docutils 0.4 compatibility. | Georg Brandl | 2009-02-19 | 1 | -2/+3 | |
| | | ||||||
* | | Fix #106, fix #107: make _special_attrgetters an attribute of AutoDirective, ↵ | Georg Brandl | 2009-02-19 | 1 | -0/+4 | |
| | | | | | | | | to avoid confusion how it should be overridden in subclasses. | |||||
* | | Added an ``only`` directive that can selectively include text | Georg Brandl | 2009-02-19 | 1 | -2/+6 | |
| | | | | | | | | | | | | 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 | -2/+4 | |
| | | | | | | | | | | | | 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``). | |||||
* | | Convert builtin directives to classes. Refactor desc_directive so that it ↵ | Georg Brandl | 2009-02-18 | 1 | -4/+3 | |
| | | | | | | | | is easier to subclass. | |||||
* | | There is now a ``-W`` option for sphinx-build that turns warnings into errors. | Georg Brandl | 2009-02-17 | 1 | -1/+10 | |
| | | | | | | | | ^ | |||||
* | | Refactor autodoc so that it gets easy to add support for custom types of ↵ | Georg Brandl | 2009-02-17 | 1 | -5/+17 | |
| | | | | | | | | objects. | |||||
* | | Add support for templated static files. | Georg Brandl | 2009-02-15 | 1 | -2/+9 | |
| | | ||||||
* | | Support theme zipfiles. | Georg Brandl | 2009-02-15 | 1 | -0/+1 | |
| | | ||||||
* | | merge with main | Georg Brandl | 2009-02-14 | 1 | -9/+12 | |
|\ \ | ||||||
| * \ | merge with 0.5 | Georg Brandl | 2009-02-12 | 1 | -8/+11 | |
| |\ \ | | |/ | ||||||
| | * | Use better error messages for unsupported markup in LaTeX documents. | Georg Brandl | 2009-02-12 | 1 | -8/+11 | |
| | | | ||||||
* | | | merge with trunk | Georg Brandl | 2009-01-26 | 1 | -0/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Add add_generic_role(). | Georg Brandl | 2009-01-22 | 1 | -0/+3 | |
| | | | ||||||
* | | | Reformat to EOL80. | Georg Brandl | 2009-01-10 | 1 | -11/+20 | |
|/ / | ||||||
* | | Merge in copyright style changes from 0.5. | Georg Brandl | 2009-01-03 | 1 | -2/+1 | |
|\ \ | |/ | ||||||
| * | Switch copyright and license tags to single style. Add contributor | Georg Brandl | 2009-01-03 | 1 | -2/+2 | |
| | | | | | | | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE. | |||||
* | | Explicitly refer to the license in :license: tags. | Georg Brandl | 2008-12-27 | 1 | -1/+1 | |
| | | ||||||
* | | Merge in 0.5 bugfixes. | Georg Brandl | 2008-12-15 | 1 | -4/+11 | |
|\ \ | |/ | ||||||
| * | Fix two issues with non-ASCII characters being written to byte streams. | Georg Brandl | 2008-12-15 | 1 | -4/+11 | |
| | | ||||||
* | | Add Sphinx.add_lexer(). | Georg Brandl | 2008-11-30 | 1 | -0/+6 | |
| | | ||||||
* | | Move builders and writers into new packages. | Georg Brandl | 2008-11-29 | 1 | -7/+17 | |
|/ | ||||||
* | Add env-purge-doc event. Add some examples for event usage. | Georg Brandl | 2008-11-09 | 1 | -0/+1 | |
| | ||||||
* | In linkcheck builder, return status code 1 on error, and emit warnings if -q | Georg Brandl | 2008-11-08 | 1 | -2/+14 | |
| | | | | is given. | |||||
* | Fix typo. | Georg Brandl | 2008-11-08 | 1 | -1/+1 | |
| | ||||||
* | Use detailed version number in startup message. | Georg Brandl | 2008-11-07 | 1 | -1/+2 | |
| | ||||||
* | Add "source-read" event. | Georg Brandl | 2008-10-16 | 1 | -0/+1 | |
| | ||||||
* | silence some deprecation warnings | Benjamin Peterson | 2008-10-04 | 1 | -3/+4 | |
| | ||||||
* | Add math support to Sphinx. | Georg Brandl | 2008-08-06 | 1 | -4/+31 | |
| | ||||||
* | ``Sphinx.add_node()`` now takes optional visitor methods for the HTML, | Georg Brandl | 2008-08-05 | 1 | -1/+19 | |
| | | | | | LaTeX and text translators; this prevents having to manually patch the classes. | |||||
* | Merged revisions 65529 via svnmerge from | Georg Brandl | 2008-08-04 | 1 | -12/+4 | |
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r65529 | georg.brandl | 2008-08-04 22:19:30 +0000 (Mon, 04 Aug 2008) | 6 lines Revert r65499 which was not well thought out. Instead, put the whole build dir in exclude_trees by default in quickstart. Also, revisit application cleanup and make it consistently use less setup time while still trying to leave to traces. ........ | |||||
* | Merged revisions 65498-65499,65526 via svnmerge from | Georg Brandl | 2008-08-04 | 1 | -4/+12 | |
| | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r65498 | georg.brandl | 2008-08-04 17:07:33 +0000 (Mon, 04 Aug 2008) | 2 lines Absolutize doctreedir when parsing from commandline. ........ r65499 | georg.brandl | 2008-08-04 17:17:49 +0000 (Mon, 04 Aug 2008) | 4 lines If output and/or doctree directory are within the source directory, except them from the search for source files. ........ r65526 | georg.brandl | 2008-08-04 21:46:41 +0000 (Mon, 04 Aug 2008) | 2 lines Let the test suite run the text, linkcheck, and changes builders. ........ | |||||
* | Add tests for between() and cut_lines() and fix them. | Georg Brandl | 2008-08-04 | 1 | -1/+1 | |
| | | | | Also fix a bug in the application interface. | |||||
* | Add missing events. | Georg Brandl | 2008-08-04 | 1 | -2/+4 | |
| | ||||||
* | Add "env-updated" and "missing-reference" events. | Georg Brandl | 2008-08-04 | 1 | -0/+6 | |
| | | | | Write inventory file as part of the HTML build. | |||||
* | Add a test suite skeleton, a first test for sphinx.config, and fix a bug in ↵ | Georg Brandl | 2008-06-05 | 1 | -3/+5 | |
| | | | | config. | |||||
* | Fix the handling of extensions' config values. | Georg Brandl | 2008-06-04 | 1 | -7/+6 | |
| | ||||||
* | Add html-page-context event for customizing the template context. | Georg Brandl | 2008-05-31 | 1 | -1/+2 | |
| | ||||||
* | Add html_short_title and html_show_sphinx config values. | Georg Brandl | 2008-05-24 | 1 | -8/+5 | |
| | ||||||
* | Some pylint nits. | Georg Brandl | 2008-05-04 | 1 | -5/+0 | |
| |