summaryrefslogtreecommitdiff
path: root/sphinx/environment.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * Update copyright year.Georg Brandl2014-03-011-1/+1
| |
* | merge with stableGeorg Brandl2014-01-261-1/+2
|\ \ | |/
| * Closes #1358: Fix handling of image paths outside of the source directory ↵Georg Brandl2014-01-231-1/+2
| | | | | | | | when using the "wildcard" style reference.
* | Resolve some conflictsDmitry Shachnev2014-01-221-8/+0
| |
* | MergeDmitry Shachnev2014-01-221-4/+12
|\ \
| * \ MergeDmitry Shachnev2014-01-201-4/+12
| |\ \
| | * | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-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 stableGeorg Brandl2014-01-201-3/+21
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Doc: move API docs in their own chapter and add more of it.Georg Brandl2014-01-201-3/+21
| | |
* | | merge with stableGeorg Brandl2014-01-191-5/+2
|\ \ \ | |/ /
| * | Closes #811: dont eat up UnicodeErrors during reading anymoreGeorg Brandl2014-01-191-5/+2
| |/
* | The deprecated config values ``exclude_trees``, ``exclude_dirnames`` and ↵Georg Brandl2014-01-191-3/+0
|/ | | | ``unused_docs`` have been removed.
* #1345: Fix two bugs with :confval:`nitpick_ignore`; now you don't have toGeorg Brandl2014-01-121-3/+6
| | | | remove the store environment for changes to have effect.
* Force index entries to be unicode to fix problems with unicode normalizationArmin Ronacher2013-11-281-0/+4
|
* Set up initial test.Matthias C. M. Troffaes2013-08-221-0/+1
|
* Fix: Citation target missing cause AssertionError. Closes #1160Takayuki Shimizukawa2013-05-021-0/+4
|
* Fix: Combination of 'globaltoc.html' and hidden toctree cause exception. ↵Takayuki Shimizukawa2013-04-301-1/+2
| | | | Closes #1157
* Rebuild i18n target document when catalog updatedTakayuki Shimizukawa2013-04-151-1/+12
|
* translate the "Symbols" heading for the genindexGeorg Brandl2013-04-021-1/+1
|
* Closes #1112: Avoid duplicate download files when referenced from documents inGeorg Brandl2013-03-301-2/+4
| | | | different ways (absolute/relative).
* environment: clarify docstringGeorg Brandl2013-03-301-2/+3
|
* mergeNozomu Kaneko2013-02-061-286/+10
|\
| * Move custom transforms from environment to their own module, to make ↵Georg Brandl2013-02-041-286/+9
| | | | | | | | sphinx.environment at least a little lighter.
| * remove unusable 'SEVERE: Duplicate ID' message for footnote that the ↵Takayuki Shimizukawa2013-02-041-0/+2
| | | | | | | | translation node has been recognized as a duplicate.
| * fix: reporting correct line number when translations have wrong reST syntax ↵Takayuki Shimizukawa2013-02-041-0/+16
| | | | | | | | or else.
* | Merged in knzm/sphinx-fix-docfields-fork (pull request #96)Nozomu Kaneko2013-02-041-5/+24
|\ \ | |/
| * Fix :term: doesn't link to glossary if term text translated. refs #1090Takayuki Shimizukawa2013-01-301-0/+10
| |
| * Fix pyflakes issues.Georg Brandl2013-01-131-2/+1
| |
| * Closes #1070: Avoid un-pickling issues under Python 3 when accessing ↵Jonathan Waltman2013-01-091-1/+1
| | | | | | | | doctrees saved under Python 2.
| * Merged in rolmei/sphinx-epub (pull request #106: Add includehidden option to ↵Jonathan Waltman2013-01-071-0/+2
| |\ | | | | | | | | | the toctree directive)
| | * Add includehidden option to the toctree directiveRoland Meister2013-01-061-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 Waltman2013-01-071-2/+10
| |/ | | | | | | pending_xrefs created in the CitationReferences transformation.
* | use ``nodes.inline`` with a "translatable" attr insteadNozomu Kaneko2013-01-131-11/+8
| |
* | resolve conflictsNozomu Kaneko2013-01-061-1/+23
|\ \ | |/ |/|
| * mergeNozomu Kaneko2013-01-051-1/+23
| |\
| | * skip DocFields transform for gettext in order to extract messagesNozomu Kaneko2013-01-011-0/+5
| | |
| | * use `paragraph` nodes instead of `translatable` nodes.Nozomu Kaneko2012-12-311-1/+18
| | |
* | | Merged in shimizukawa/sphinx-fix-i18n-fork (pull request #104: #976: Fix ↵Takayuki Shimizukawa2013-01-061-2/+19
|\ \ \ | | | | | | | | | | | | gettext does not extract index entries.)
| * | | Closes #976: Fix gettext does not extract index entries.Takayuki Shimizukawa2013-01-051-2/+19
| |/ /
* | | Merged in rolmei/sphinx-epub (pull request #103: Whitespace cleanup)Jonathan Waltman2013-01-051-1/+1
|\ \ \ | |/ / |/| |
| * | remove trailing whitespace in sphinx/environment.pyRoland Meister2013-01-041-1/+1
| | |
* | | Add verbose option ``-v`` for sphinx-build and some rudimentary debugging ↵Jonathan Waltman2013-01-051-0/+1
|/ / | | | | | | support.
* | Closes #958: Do not preserve ``environment.pickle`` after a failed build.Jonathan Waltman2013-01-031-4/+1
| |
* | mergeGeorg Brandl2013-01-031-27/+38
|\ \
| * \ Merge with birkenfeld/sphinxRoland Meister2013-01-021-9/+38
| |\ \
| * | | Avoid recurson on invisible entries in _toctree_pruneRoland Meister2012-12-231-2/+3
| | | |
| * | | Remove unneeded copy of children in _toctree_add_classesRoland Meister2012-12-231-1/+1
| | | |
| * | | Rename helper functions for resolve_toctree to reflect their intentRoland Meister2012-12-231-8/+8
| | | |
| * | | Move adding 'toctree-l%d' classes to _mark_current; this fixes the test suiteRoland Meister2012-12-231-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 splitRoland Meister2012-12-221-16/+18
| | | |