Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Upgrade to mypy-0.5 | Takeshi KOMIYA | 2017-03-03 | 1 | -1/+1 | |
| | | ||||||
* | | Fix mypy violations | Takeshi KOMIYA | 2017-02-08 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-01-12 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2017-01-12 | 1 | -1/+1 | |
| | | ||||||
* | | Use loggers | Takeshi KOMIYA | 2017-01-02 | 1 | -1/+1 | |
| | | ||||||
* | | Use sphinx.util.logging instead app.info(), verbose(), debug() and debug2() | Takeshi KOMIYA | 2017-01-02 | 1 | -3/+7 | |
| | | ||||||
* | | Use sphinx.util.logging instead app.warn() | Takeshi KOMIYA | 2017-01-02 | 1 | -2/+1 | |
| | | ||||||
* | | Update type annotations | Takeshi KOMIYA | 2016-12-15 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2016-12-14 | 1 | -0/+6 | |
|\ \ | |/ | ||||||
| * | builtin extensions return metadata to allow parallel build | Takeshi KOMIYA | 2016-12-12 | 1 | -0/+6 | |
| | | ||||||
* | | Add type-check annotations to sphinx.builders | Takeshi KOMIYA | 2016-11-16 | 1 | -9/+20 | |
|/ | ||||||
* | Replace all copy_static_entry() with copy_asset() | Takeshi KOMIYA | 2016-07-07 | 1 | -7/+5 | |
| | | | | At same time, copy_static_entry() is now deprecataed | |||||
* | Now all builders and domains work as built-in extensions | Takeshi KOMIYA | 2016-07-06 | 1 | -0/+4 | |
| | ||||||
* | Refactor code using ``with`` syntax | Takeshi KOMIYA | 2016-05-26 | 1 | -21/+10 | |
| | ||||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | Fix a few missing Unicode/bytes filename problems. | Georg Brandl | 2014-09-21 | 1 | -0/+3 | |
| | | ||||||
* | | merge with stable | Takayuki Shimizukawa | 2014-07-13 | 1 | -2/+3 | |
|\ \ | |/ | ||||||
| * | * Fix: Non-ASCII filename raise exception on make singlehtml, latex, man, ↵ | Takayuki Shimizukawa | 2014-07-13 | 1 | -2/+3 | |
| | | | | | | | | texinfo and changes. Closes #1508 | |||||
* | | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -3/+5 | |
|/ | | | | refs #1350. | |||||
* | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | ||||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | Closes #810: fix deprecation warnings with Python 3. What is left over is ↵ | Georg Brandl | 2012-01-29 | 1 | -4/+7 | |
| | | | | from nose or docutils. | |||||
* | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
|\ | ||||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | Make Theme class usable without a builder object. | Georg Brandl | 2010-10-30 | 1 | -1/+2 | |
|/ | ||||||
* | Make the _ gettext alias an explicit import instead of installing into builtins. | Georg Brandl | 2010-01-17 | 1 | -0/+1 | |
| | ||||||
* | Rename os to osutil, thanks to relative imports. | Georg Brandl | 2010-01-17 | 1 | -1/+1 | |
| | ||||||
* | Refactor util package. | Georg Brandl | 2010-01-17 | 1 | -1/+2 | |
| | ||||||
* | ``html_static_path`` can now contain single file entries. | Georg Brandl | 2010-01-07 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | Exclusion of static path files is not yet implemented. HG: Bitte gib eine Versions-Meldung ein. Zeilen beginnend mit 'HG:' werden entfernt. HG: Leere Versionsmeldung wird das Übernehmen abbrechen. HG: -- HG: Benutzer: Georg Brandl <georg@python.org> HG: branch 'default' HG: added tests/root/_static/excluded.css HG: added tests/root/_static/subdir/foo.css HG: added tests/root/templated.css_t HG: Geändert CHANGES HG: Geändert doc/config.rst HG: Geändert sphinx/builders/html.py HG: Geändert sphinx/util/__init__.py HG: Geändert tests/root/_static/README HG: Geändert tests/root/conf.py HG: Geändert tests/test_build_html.py | |||||
* | merge with 0.6 | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
|\ | ||||||
| * | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | merge with 0.6 | Georg Brandl | 2009-09-04 | 1 | -1/+0 | |
|\ \ | |/ | ||||||
| * | Cleanup unused imports. | Georg Brandl | 2009-09-04 | 1 | -1/+0 | |
| | | ||||||
* | | Add html_show_copyright config val, patch by Wojtek Walczak. | Georg Brandl | 2009-04-09 | 1 | -0/+1 | |
|/ | ||||||
* | Fix the serializing and changes builders, and really test them. | Georg Brandl | 2009-02-21 | 1 | -9/+18 | |
| | ||||||
* | Fix bugs in the template loader and the changes builder. | Georg Brandl | 2009-01-10 | 1 | -1/+5 | |
| | ||||||
* | Reformat to EOL80. | Georg Brandl | 2009-01-10 | 1 | -4/+10 | |
| | ||||||
* | Merge in copyright style changes from 0.5. | Georg Brandl | 2009-01-03 | 1 | -1/+1 | |
| | ||||||
* | Some fixes and changelog entry after switch to Jinja2. | Georg Brandl | 2008-12-28 | 1 | -4/+4 | |
| | ||||||
* | Explicitly refer to the license in :license: tags. | Georg Brandl | 2008-12-27 | 1 | -1/+1 | |
| | ||||||
* | Move builders and writers into new packages. | Georg Brandl | 2008-11-29 | 1 | -0/+137 | |