summaryrefslogtreecommitdiff
path: root/sphinx/environment.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year.Georg Brandl2014-03-011-7/+4
|\
| * merge with stableGeorg Brandl2014-01-261-7/+4
| |\
| | * Resolve some conflictsDmitry Shachnev2014-01-221-8/+0
| | * MergeDmitry Shachnev2014-01-221-3/+21
| | |\
| | | * merge with stableGeorg Brandl2014-01-201-3/+0
| | | |\
| | * | \ MergeDmitry Shachnev2014-01-201-4/+12
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-5/+5
| | * | | merge with stableGeorg Brandl2014-01-191-5/+2
| | |\ \ \
| | * | | | The deprecated config values ``exclude_trees``, ``exclude_dirnames`` and ``un...Georg Brandl2014-01-191-3/+0
| | | |/ / | | |/| |
* | | | | Update copyright year.Georg Brandl2014-03-011-1/+1
|/ / / /
* | | | Closes #1358: Fix handling of image paths outside of the source directory whe...Georg Brandl2014-01-231-1/+2
| |_|/ |/| |
* | | Doc: move API docs in their own chapter and add more of it.Georg Brandl2014-01-201-3/+21
| |/ |/|
* | Closes #811: dont eat up UnicodeErrors during reading anymoreGeorg Brandl2014-01-191-5/+2
|/
* #1345: Fix two bugs with :confval:`nitpick_ignore`; now you don't have toGeorg Brandl2014-01-121-3/+6
* 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 #1160shimizukawa2013-05-021-0/+4
* Fix: Combination of 'globaltoc.html' and hidden toctree cause exception. Clos...shimizukawa2013-04-301-1/+2
* Rebuild i18n target document when catalog updatedshimizukawa2013-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
* environment: clarify docstringGeorg Brandl2013-03-301-2/+3
* mergeNozomu Kaneko2013-02-061-2/+4
|\
| * Merged in knzm/sphinx-fix-docfields-fork (pull request #96)Nozomu Kaneko2013-02-041-1/+20
| |\
| | * use ``nodes.inline`` with a "translatable" attr insteadNozomu Kaneko2013-01-131-11/+8
| | * resolve conflictsNozomu Kaneko2013-01-061-3/+20
| | |\
| | * \ mergeNozomu Kaneko2013-01-051-41/+71
| | |\ \
| | * | | 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
* | | | | Move custom transforms from environment to their own module, to make sphinx.e...Georg Brandl2013-02-041-286/+9
* | | | | remove unusable 'SEVERE: Duplicate ID' message for footnote that the translat...shimizukawa2013-02-041-0/+2
* | | | | fix: reporting correct line number when translations have wrong reST syntax o...shimizukawa2013-02-041-0/+16
|/ / / /
* | | | Fix :term: doesn't link to glossary if term text translated. refs #1090shimizukawa2013-01-301-0/+10
* | | | Fix pyflakes issues.Georg Brandl2013-01-131-2/+1
* | | | Closes #1070: Avoid un-pickling issues under Python 3 when accessing doctrees...Jonathan Waltman2013-01-091-1/+1
* | | | Merged in rolmei/sphinx-epub (pull request #106: Add includehidden option to ...Jonathan Waltman2013-01-071-0/+2
|\ \ \ \
| * | | | Add includehidden option to the toctree directiveRoland Meister2013-01-061-0/+2
| | |_|/ | |/| |
* | | | Avoid AssertionError about losing the "ids" attribute when resolving pending_...Jonathan Waltman2013-01-071-2/+10
|/ / /
* | | Merged in shimizukawa/sphinx-fix-i18n-fork (pull request #104: #976: Fix gett...Takayuki Shimizukawa2013-01-061-2/+19
|\ \ \
| * | | Closes #976: Fix gettext does not extract index entries.shimizukawa2013-01-051-2/+19
| | |/ | |/|
* | | Merged in rolmei/sphinx-epub (pull request #103: Whitespace cleanup)Jon Waltman2013-01-051-0/+1
|\ \ \ | |/ /
| * | Add verbose option ``-v`` for sphinx-build and some rudimentary debugging sup...Jonathan Waltman2013-01-051-0/+1
* | | remove trailing whitespace in sphinx/environment.pyRoland Meister2013-01-041-1/+1
|/ /
* | 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-27/+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