summaryrefslogtreecommitdiff
path: root/sphinx/environment.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Bug #1046: templating toctree() does not expand to maxdepth past maxdepthRoland Meister2012-12-101-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If the current page is nested larger than maxdepth it gets deleted before it can be marked as current. The toctree then callapses to the top entries. Split _walk_depth in two parts, first just add the current tag, and remove unneeded entries in a second call.
* | | | Issue #1067: in search index generation, record words in section titles in ↵Georg Brandl2013-01-031-1/+1
| |/ / |/| | | | | | | | their own set
* | | Copyright update.Georg Brandl2013-01-011-1/+1
| | |
* | | Merged in embray/sphinx/fix-tocdepth (pull request #100: Fixes a bug with ↵Georg Brandl2012-12-301-1/+2
|\ \ \ | | | | | | | | | | | | :tocdepth: and inventory generation)
| * | | Ensure that the entire doctree is traversed and all TOCs are processed ↵Erik Bray2012-12-271-1/+2
| | |/ | |/| | | | | | | regardless of tocdepth; now tocdepth only controls the depth of the node tree for the document's TOC.
* | | fix #1058: footnote backlinks with i18nNozomu Kaneko2012-12-191-6/+25
| | |
* | | fix #1058 Footnote backlinks do not workNozomu Kaneko2012-12-191-1/+2
|/ /
* | Avoid unusable warning in using i18n translation. Closes #1057.Takayuki Shimizukawa2012-12-161-0/+8
|/ | | | And there is related information at pull request #86
* merge headsTakayuki Shimizukawa2012-12-101-4/+55
|\
| * Update warnings for inconsistency reference translations. Thanks @jonwaltman!Takayuki Shimizukawa2012-12-071-7/+4
| |
| * fix: rescue extra named-reference that appeared in same translation message.Takayuki Shimizukawa2012-12-051-2/+15
| |
| * change: Make readable-text a priority.Takayuki Shimizukawa2012-12-051-64/+34
| | | | | | | | If the number of reference does not match then some links will be broken.
| * checking whether the number of references is equal in both the translated ↵Takayuki Shimizukawa2012-12-051-2/+20
| | | | | | | | form and the untranslated form? If they're not equal, emit a warning and don't bother trying to transfer the references.
| * refactoringTakayuki Shimizukawa2012-12-051-4/+24
| |
| * fix some grammar refs #1044. thanks @mitya57 !Takayuki Shimizukawa2012-11-271-6/+6
| |
| * fix #1044 refs #955: fix external/inline links with localizationTakayuki Shimizukawa2012-11-271-0/+14
| |
| * fix #955: consider the numbered-footnote. update test and codeTakayuki Shimizukawa2012-11-221-1/+2
| |
| * fixed #955: footnote i18n translation cause KeyError and 'Only update text ↵Takayuki Shimizukawa2012-11-221-5/+14
| | | | | | | | nodes in translation' change at b7b808e46851 break translation.
| * merge with Takayuki's sphinx-fix-testing-forkGeorg Brandl2012-11-011-1/+5
| |\
| | * adjust code-comment to suitable reST formatTakayuki Shimizukawa2012-10-311-4/+6
| | |
| | * fix #440 #1008 : coarse timestamp resolution in some filesystem generate ↵Takayuki Shimizukawa2012-10-291-1/+6
| |/ | | | | | | wrong outdated file-list
| * merge with stableGeorg Brandl2012-10-281-0/+1
| |\
| | * Closes #1004: Add default value for docutils setting file_insertion_enabled.Jonathan Waltman2012-10-021-0/+1
| | |
| * | Close #955: Only update text nodes in translationChristophe Simonis2012-10-091-4/+8
| | |
* | | support multibyte filename handling.Takayuki Shimizukawa2012-05-011-3/+3
|/ / | | | | | | https://bitbucket.org/birkenfeld/sphinx/issue/703
* | merge with stableGeorg Brandl2012-03-101-5/+12
|\ \ | |/
| * Fixes #873: do not raise assertion errors on empty "only" directives.Georg Brandl2012-03-101-4/+6
| |
| * Fixes #870: silence spurious KeyErrors when removing documents.Georg Brandl2012-03-101-1/+6
| |
* | merge with stableGeorg Brandl2012-02-191-7/+21
|\ \ | |/
| * Closes #851: Recognize and warn about circular toctrees, instead of running ↵Georg Brandl2012-01-291-7/+21
| | | | | | | | into recursion errors.
* | Bug #868: Add hidden toctree entries to content.opf/spineRoland Meister2012-02-131-2/+2
|/
* Fix relative_path() argument order.Georg Brandl2011-11-011-1/+1
|
* Restore compatibility with python2.5, use relative_path from docutils in ↵Benoit Allard2011-10-261-1/+1
| | | | | | place of path.relpath Same as on the other places
* Respect gettext_compact in message patching too.Robert Lehmann2011-10-031-6/+9
|
* Merge with 1.0Georg Brandl2011-09-231-33/+27
|\
| * Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-231-36/+27
| |
* | Merge with 1.0Georg Brandl2011-09-211-1/+1
|\ \ | |/
| * Fix #637: ignore strange Emacs lock files by default.Georg Brandl2011-09-211-1/+1
| |
* | Remove unused import.Georg Brandl2011-07-091-2/+2
| |
* | Respect "includehidden" for sub-toctrees as wellMichael Jones2011-06-051-6/+8
| | | | | | | | | | | | Previously, the includehidden method argument was only being taken into account for top level toctrees. This meant that hidden subtree toctrees were still being resolved if they exists below a non-hidden toctree.
* | Fix sectioneplusx2011-01-241-2/+2
| |
* | Section headings in :rst:dir:`only` directives are now correctly handled.Georg Brandl2011-01-081-3/+19
| |
* | #537: Added :confval:`nitpick_ignore`.Georg Brandl2011-01-081-2/+9
| |
* | Always warn on missing :doc: or citation references.Georg Brandl2011-01-081-1/+2
| |
* | Refactor warning-emission for unknown references.Georg Brandl2011-01-081-25/+32
| |
* | Rename attribute to better fit the purpose.Georg Brandl2011-01-081-9/+9
| |
* | Bump env version after addition of versioning_method.Georg Brandl2011-01-081-1/+1
| |
* | Rename "intl" module to "gettext", to make it easier to find. Distinguish ↵Georg Brandl2011-01-081-18/+44
| | | | | | | | environments with different versioning methods and always give the gettext builder its own doctree dir.
* | merge with 1.0Georg Brandl2011-01-081-7/+13
|\ \ | |/
| * #572: Show warnings by default when reference labels cannot be found.Georg Brandl2011-01-081-7/+13
| |