summaryrefslogtreecommitdiff
path: root/sphinx/environment.py
Commit message (Expand)AuthorAgeFilesLines
* * On Python3 environment, docutils.conf with 'source_link=true' in the genera...Takayuki Shimizukawa2014-08-121-1/+5
* 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 #1160Takayuki Shimizukawa2013-05-021-0/+4
* Fix: Combination of 'globaltoc.html' and hidden toctree cause exception. Clos...Takayuki Shimizukawa2013-04-301-1/+2
* 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
* 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 sphinx.e...Georg Brandl2013-02-041-286/+9
| * remove unusable 'SEVERE: Duplicate ID' message for footnote that the translat...Takayuki Shimizukawa2013-02-041-0/+2
| * fix: reporting correct line number when translations have wrong reST syntax o...Takayuki Shimizukawa2013-02-041-0/+16
* | 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 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
| |/
* | 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 gett...Takayuki Shimizukawa2013-01-061-2/+19
|\ \ \
| * | | 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 sup...Jonathan Waltman2013-01-051-0/+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-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
| * | | Move comment out of _walk_depth and add comment why the function was splitRoland Meister2012-12-221-16/+18
| * | | Bug #1046: templating toctree() does not expand to maxdepth past maxdepthRoland Meister2012-12-101-5/+10
* | | | Issue #1067: in search index generation, record words in section titles in th...Georg Brandl2013-01-031-1/+1
| |/ / |/| |
* | | Copyright update.Georg Brandl2013-01-011-1/+1
* | | Merged in embray/sphinx/fix-tocdepth (pull request #100: Fixes a bug with :to...Georg Brandl2012-12-301-1/+2
|\ \ \
| * | | Ensure that the entire doctree is traversed and all TOCs are processed regard...Erik Bray2012-12-271-1/+2
| | |/ | |/|
* | | fix #1058: footnote backlinks with i18nNozomu Kaneko2012-12-191-6/+25
* | | fix #1058 Footnote backlinks do not workNozomu Kaneko2012-12-191-1/+2
|/ /