Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | | ||||||
* | | merge with stable | Georg Brandl | 2014-01-26 | 1 | -1/+2 | |
|\ \ | |/ | ||||||
| * | Closes #1358: Fix handling of image paths outside of the source directory ↵ | Georg Brandl | 2014-01-23 | 1 | -1/+2 | |
| | | | | | | | | when using the "wildcard" style reference. | |||||
* | | Resolve some conflicts | Dmitry Shachnev | 2014-01-22 | 1 | -8/+0 | |
| | | ||||||
* | | Merge | Dmitry Shachnev | 2014-01-22 | 1 | -4/+12 | |
|\ \ | ||||||
| * \ | Merge | Dmitry Shachnev | 2014-01-20 | 1 | -4/+12 | |
| |\ \ | ||||||
| | * | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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. | |||||
* | | | | merge with stable | Georg Brandl | 2014-01-20 | 1 | -3/+21 | |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | ||||||
| * | | Doc: move API docs in their own chapter and add more of it. | Georg Brandl | 2014-01-20 | 1 | -3/+21 | |
| | | | ||||||
* | | | merge with stable | Georg Brandl | 2014-01-19 | 1 | -5/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Closes #811: dont eat up UnicodeErrors during reading anymore | Georg Brandl | 2014-01-19 | 1 | -5/+2 | |
| |/ | ||||||
* | | The deprecated config values ``exclude_trees``, ``exclude_dirnames`` and ↵ | Georg Brandl | 2014-01-19 | 1 | -3/+0 | |
|/ | | | | ``unused_docs`` have been removed. | |||||
* | #1345: Fix two bugs with :confval:`nitpick_ignore`; now you don't have to | Georg Brandl | 2014-01-12 | 1 | -3/+6 | |
| | | | | remove the store environment for changes to have effect. | |||||
* | Force index entries to be unicode to fix problems with unicode normalization | Armin Ronacher | 2013-11-28 | 1 | -0/+4 | |
| | ||||||
* | Set up initial test. | Matthias C. M. Troffaes | 2013-08-22 | 1 | -0/+1 | |
| | ||||||
* | Fix: Citation target missing cause AssertionError. Closes #1160 | Takayuki Shimizukawa | 2013-05-02 | 1 | -0/+4 | |
| | ||||||
* | Fix: Combination of 'globaltoc.html' and hidden toctree cause exception. ↵ | Takayuki Shimizukawa | 2013-04-30 | 1 | -1/+2 | |
| | | | | Closes #1157 | |||||
* | Rebuild i18n target document when catalog updated | Takayuki Shimizukawa | 2013-04-15 | 1 | -1/+12 | |
| | ||||||
* | translate the "Symbols" heading for the genindex | Georg Brandl | 2013-04-02 | 1 | -1/+1 | |
| | ||||||
* | Closes #1112: Avoid duplicate download files when referenced from documents in | Georg Brandl | 2013-03-30 | 1 | -2/+4 | |
| | | | | different ways (absolute/relative). | |||||
* | environment: clarify docstring | Georg Brandl | 2013-03-30 | 1 | -2/+3 | |
| | ||||||
* | merge | Nozomu Kaneko | 2013-02-06 | 1 | -286/+10 | |
|\ | ||||||
| * | Move custom transforms from environment to their own module, to make ↵ | Georg Brandl | 2013-02-04 | 1 | -286/+9 | |
| | | | | | | | | sphinx.environment at least a little lighter. | |||||
| * | remove unusable 'SEVERE: Duplicate ID' message for footnote that the ↵ | Takayuki Shimizukawa | 2013-02-04 | 1 | -0/+2 | |
| | | | | | | | | translation node has been recognized as a duplicate. | |||||
| * | fix: reporting correct line number when translations have wrong reST syntax ↵ | Takayuki Shimizukawa | 2013-02-04 | 1 | -0/+16 | |
| | | | | | | | | or else. | |||||
* | | Merged in knzm/sphinx-fix-docfields-fork (pull request #96) | Nozomu Kaneko | 2013-02-04 | 1 | -5/+24 | |
|\ \ | |/ | ||||||
| * | Fix :term: doesn't link to glossary if term text translated. refs #1090 | Takayuki Shimizukawa | 2013-01-30 | 1 | -0/+10 | |
| | | ||||||
| * | Fix pyflakes issues. | Georg Brandl | 2013-01-13 | 1 | -2/+1 | |
| | | ||||||
| * | Closes #1070: Avoid un-pickling issues under Python 3 when accessing ↵ | Jonathan Waltman | 2013-01-09 | 1 | -1/+1 | |
| | | | | | | | | doctrees saved under Python 2. | |||||
| * | Merged in rolmei/sphinx-epub (pull request #106: Add includehidden option to ↵ | Jonathan Waltman | 2013-01-07 | 1 | -0/+2 | |
| |\ | | | | | | | | | | the toctree directive) | |||||
| | * | Add includehidden option to the toctree directive | Roland Meister | 2013-01-06 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | This option is equivalent to the includehidden option of the template function toctree() and allows to restore to the toctree behaviour prior to version 1.1. See also bug #790. | |||||
| * | | Avoid AssertionError about losing the "ids" attribute when resolving ↵ | Jonathan Waltman | 2013-01-07 | 1 | -2/+10 | |
| |/ | | | | | | | pending_xrefs created in the CitationReferences transformation. | |||||
* | | use ``nodes.inline`` with a "translatable" attr instead | Nozomu Kaneko | 2013-01-13 | 1 | -11/+8 | |
| | | ||||||
* | | resolve conflicts | Nozomu Kaneko | 2013-01-06 | 1 | -1/+23 | |
|\ \ | |/ |/| | ||||||
| * | merge | Nozomu Kaneko | 2013-01-05 | 1 | -1/+23 | |
| |\ | ||||||
| | * | skip DocFields transform for gettext in order to extract messages | Nozomu Kaneko | 2013-01-01 | 1 | -0/+5 | |
| | | | ||||||
| | * | use `paragraph` nodes instead of `translatable` nodes. | Nozomu Kaneko | 2012-12-31 | 1 | -1/+18 | |
| | | | ||||||
* | | | Merged in shimizukawa/sphinx-fix-i18n-fork (pull request #104: #976: Fix ↵ | Takayuki Shimizukawa | 2013-01-06 | 1 | -2/+19 | |
|\ \ \ | | | | | | | | | | | | | gettext does not extract index entries.) | |||||
| * | | | Closes #976: Fix gettext does not extract index entries. | Takayuki Shimizukawa | 2013-01-05 | 1 | -2/+19 | |
| |/ / | ||||||
* | | | Merged in rolmei/sphinx-epub (pull request #103: Whitespace cleanup) | Jonathan Waltman | 2013-01-05 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | remove trailing whitespace in sphinx/environment.py | Roland Meister | 2013-01-04 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add verbose option ``-v`` for sphinx-build and some rudimentary debugging ↵ | Jonathan Waltman | 2013-01-05 | 1 | -0/+1 | |
|/ / | | | | | | | support. | |||||
* | | Closes #958: Do not preserve ``environment.pickle`` after a failed build. | Jonathan Waltman | 2013-01-03 | 1 | -4/+1 | |
| | | ||||||
* | | merge | Georg Brandl | 2013-01-03 | 1 | -27/+38 | |
|\ \ | ||||||
| * \ | Merge with birkenfeld/sphinx | Roland Meister | 2013-01-02 | 1 | -9/+38 | |
| |\ \ | ||||||
| * | | | Avoid recurson on invisible entries in _toctree_prune | Roland Meister | 2012-12-23 | 1 | -2/+3 | |
| | | | | ||||||
| * | | | Remove unneeded copy of children in _toctree_add_classes | Roland Meister | 2012-12-23 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Rename helper functions for resolve_toctree to reflect their intent | Roland Meister | 2012-12-23 | 1 | -8/+8 | |
| | | | | ||||||
| * | | | Move adding 'toctree-l%d' classes to _mark_current; this fixes the test suite | Roland Meister | 2012-12-23 | 1 | -12/+15 | |
| | | | | | | | | | | | | | | | | Also adjust comments and docstrings to reflect the current state. | |||||
| * | | | Move comment out of _walk_depth and add comment why the function was split | Roland Meister | 2012-12-22 | 1 | -16/+18 | |
| | | | |