summaryrefslogtreecommitdiff
path: root/sphinx/ext/ifconfig.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | [WIP] parallel readGeorg Brandl2014-09-221-1/+1
| |
* | Change extension setup() return value to a dictionary of metadata.Georg Brandl2014-09-221-1/+1
| | | | | | | | This makes it possible to introduce more metadata values later.
* | Return version from setup() for all sphinx.ext extensions.Georg Brandl2014-09-031-0/+2
| |
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
| |
* | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-1/+1
|/ | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections.
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-231-1/+2
|
* New year update.Georg Brandl2011-01-041-1/+1
|
* merge with 0.6Georg Brandl2010-01-011-1/+1
|\
| * Happy new year!Georg Brandl2010-01-011-1/+1
| |
* | ifconfig now allows titles as content.Georg Brandl2009-07-091-1/+2
|/
* Convert directives in builtin extensions to class API.Georg Brandl2009-02-181-8/+18
|
* Reformat to EOL80.Georg Brandl2009-01-101-2/+2
|
* Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
| | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE.
* Better error reporting in ifconfig directive.Georg Brandl2008-05-201-3/+15
|
* Rename sphinx.addons to sphinx.ext.Georg Brandl2008-02-251-0/+50