summaryrefslogtreecommitdiff
path: root/sphinx/builders/changes.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+1
* | Fix mypy violationsTakeshi KOMIYA2017-02-081-0/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-1/+1
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-1/+1
* | Use loggersTakeshi KOMIYA2017-01-021-1/+1
* | Use sphinx.util.logging instead app.info(), verbose(), debug() and debug2()Takeshi KOMIYA2017-01-021-3/+7
* | Use sphinx.util.logging instead app.warn()Takeshi KOMIYA2017-01-021-2/+1
* | Update type annotationsTakeshi KOMIYA2016-12-151-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2016-12-141-0/+6
|\ \ | |/
| * builtin extensions return metadata to allow parallel buildTakeshi KOMIYA2016-12-121-0/+6
* | Add type-check annotations to sphinx.buildersTakeshi KOMIYA2016-11-161-9/+20
|/
* Replace all copy_static_entry() with copy_asset()Takeshi KOMIYA2016-07-071-7/+5
* Now all builders and domains work as built-in extensionsTakeshi KOMIYA2016-07-061-0/+4
* Refactor code using ``with`` syntaxTakeshi KOMIYA2016-05-261-21/+10
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | Fix a few missing Unicode/bytes filename problems.Georg Brandl2014-09-211-0/+3
* | merge with stableTakayuki Shimizukawa2014-07-131-2/+3
|\ \ | |/
| * * Fix: Non-ASCII filename raise exception on make singlehtml, latex, man, tex...Takayuki Shimizukawa2014-07-131-2/+3
* | use six privided iteritems(),itervalues() to support py2/py3 in one source. r...Takayuki Shimizukawa2014-04-291-3/+5
|/
* Update copyright year.Georg Brandl2014-03-011-1/+1
* Copyright update.Georg Brandl2013-01-011-1/+1
* Closes #810: fix deprecation warnings with Python 3. What is left over is fro...Georg Brandl2012-01-291-4/+7
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
* | Make Theme class usable without a builder object.Georg Brandl2010-10-301-1/+2
|/
* Make the _ gettext alias an explicit import instead of installing into builtins.Georg Brandl2010-01-171-0/+1
* Rename os to osutil, thanks to relative imports.Georg Brandl2010-01-171-1/+1
* Refactor util package.Georg Brandl2010-01-171-1/+2
* ``html_static_path`` can now contain single file entries.Georg Brandl2010-01-071-3/+2
* merge with 0.6Georg Brandl2010-01-011-1/+1
|\
| * Happy new year!Georg Brandl2010-01-011-1/+1
* | merge with 0.6Georg Brandl2009-09-041-1/+0
|\ \ | |/
| * Cleanup unused imports.Georg Brandl2009-09-041-1/+0
* | Add html_show_copyright config val, patch by Wojtek Walczak.Georg Brandl2009-04-091-0/+1
|/
* Fix the serializing and changes builders, and really test them.Georg Brandl2009-02-211-9/+18
* Fix bugs in the template loader and the changes builder.Georg Brandl2009-01-101-1/+5
* Reformat to EOL80.Georg Brandl2009-01-101-4/+10
* Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-1/+1
* Some fixes and changelog entry after switch to Jinja2.Georg Brandl2008-12-281-4/+4
* Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
* Move builders and writers into new packages.Georg Brandl2008-11-291-0/+137