Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Bug #1046: templating toctree() does not expand to maxdepth past maxdepth | Roland Meister | 2012-12-10 | 1 | -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 Brandl | 2013-01-03 | 1 | -1/+1 | |
| |/ / |/| | | | | | | | | their own set | |||||
* | | | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merged in embray/sphinx/fix-tocdepth (pull request #100: Fixes a bug with ↵ | Georg Brandl | 2012-12-30 | 1 | -1/+2 | |
|\ \ \ | | | | | | | | | | | | | :tocdepth: and inventory generation) | |||||
| * | | | Ensure that the entire doctree is traversed and all TOCs are processed ↵ | Erik Bray | 2012-12-27 | 1 | -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 i18n | Nozomu Kaneko | 2012-12-19 | 1 | -6/+25 | |
| | | | ||||||
* | | | fix #1058 Footnote backlinks do not work | Nozomu Kaneko | 2012-12-19 | 1 | -1/+2 | |
|/ / | ||||||
* | | Avoid unusable warning in using i18n translation. Closes #1057. | Takayuki Shimizukawa | 2012-12-16 | 1 | -0/+8 | |
|/ | | | | And there is related information at pull request #86 | |||||
* | merge heads | Takayuki Shimizukawa | 2012-12-10 | 1 | -4/+55 | |
|\ | ||||||
| * | Update warnings for inconsistency reference translations. Thanks @jonwaltman! | Takayuki Shimizukawa | 2012-12-07 | 1 | -7/+4 | |
| | | ||||||
| * | fix: rescue extra named-reference that appeared in same translation message. | Takayuki Shimizukawa | 2012-12-05 | 1 | -2/+15 | |
| | | ||||||
| * | change: Make readable-text a priority. | Takayuki Shimizukawa | 2012-12-05 | 1 | -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 Shimizukawa | 2012-12-05 | 1 | -2/+20 | |
| | | | | | | | | form and the untranslated form? If they're not equal, emit a warning and don't bother trying to transfer the references. | |||||
| * | refactoring | Takayuki Shimizukawa | 2012-12-05 | 1 | -4/+24 | |
| | | ||||||
| * | fix some grammar refs #1044. thanks @mitya57 ! | Takayuki Shimizukawa | 2012-11-27 | 1 | -6/+6 | |
| | | ||||||
| * | fix #1044 refs #955: fix external/inline links with localization | Takayuki Shimizukawa | 2012-11-27 | 1 | -0/+14 | |
| | | ||||||
| * | fix #955: consider the numbered-footnote. update test and code | Takayuki Shimizukawa | 2012-11-22 | 1 | -1/+2 | |
| | | ||||||
| * | fixed #955: footnote i18n translation cause KeyError and 'Only update text ↵ | Takayuki Shimizukawa | 2012-11-22 | 1 | -5/+14 | |
| | | | | | | | | nodes in translation' change at b7b808e46851 break translation. | |||||
| * | merge with Takayuki's sphinx-fix-testing-fork | Georg Brandl | 2012-11-01 | 1 | -1/+5 | |
| |\ | ||||||
| | * | adjust code-comment to suitable reST format | Takayuki Shimizukawa | 2012-10-31 | 1 | -4/+6 | |
| | | | ||||||
| | * | fix #440 #1008 : coarse timestamp resolution in some filesystem generate ↵ | Takayuki Shimizukawa | 2012-10-29 | 1 | -1/+6 | |
| |/ | | | | | | | wrong outdated file-list | |||||
| * | merge with stable | Georg Brandl | 2012-10-28 | 1 | -0/+1 | |
| |\ | ||||||
| | * | Closes #1004: Add default value for docutils setting file_insertion_enabled. | Jonathan Waltman | 2012-10-02 | 1 | -0/+1 | |
| | | | ||||||
| * | | Close #955: Only update text nodes in translation | Christophe Simonis | 2012-10-09 | 1 | -4/+8 | |
| | | | ||||||
* | | | support multibyte filename handling. | Takayuki Shimizukawa | 2012-05-01 | 1 | -3/+3 | |
|/ / | | | | | | | https://bitbucket.org/birkenfeld/sphinx/issue/703 | |||||
* | | merge with stable | Georg Brandl | 2012-03-10 | 1 | -5/+12 | |
|\ \ | |/ | ||||||
| * | Fixes #873: do not raise assertion errors on empty "only" directives. | Georg Brandl | 2012-03-10 | 1 | -4/+6 | |
| | | ||||||
| * | Fixes #870: silence spurious KeyErrors when removing documents. | Georg Brandl | 2012-03-10 | 1 | -1/+6 | |
| | | ||||||
* | | merge with stable | Georg Brandl | 2012-02-19 | 1 | -7/+21 | |
|\ \ | |/ | ||||||
| * | Closes #851: Recognize and warn about circular toctrees, instead of running ↵ | Georg Brandl | 2012-01-29 | 1 | -7/+21 | |
| | | | | | | | | into recursion errors. | |||||
* | | Bug #868: Add hidden toctree entries to content.opf/spine | Roland Meister | 2012-02-13 | 1 | -2/+2 | |
|/ | ||||||
* | Fix relative_path() argument order. | Georg Brandl | 2011-11-01 | 1 | -1/+1 | |
| | ||||||
* | Restore compatibility with python2.5, use relative_path from docutils in ↵ | Benoit Allard | 2011-10-26 | 1 | -1/+1 | |
| | | | | | | place of path.relpath Same as on the other places | |||||
* | Respect gettext_compact in message patching too. | Robert Lehmann | 2011-10-03 | 1 | -6/+9 | |
| | ||||||
* | Merge with 1.0 | Georg Brandl | 2011-09-23 | 1 | -33/+27 | |
|\ | ||||||
| * | Fix #648: Fix line numbers reported in warnings about undefined references. | Georg Brandl | 2011-09-23 | 1 | -36/+27 | |
| | | ||||||
* | | Merge with 1.0 | Georg Brandl | 2011-09-21 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix #637: ignore strange Emacs lock files by default. | Georg Brandl | 2011-09-21 | 1 | -1/+1 | |
| | | ||||||
* | | Remove unused import. | Georg Brandl | 2011-07-09 | 1 | -2/+2 | |
| | | ||||||
* | | Respect "includehidden" for sub-toctrees as well | Michael Jones | 2011-06-05 | 1 | -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 section | eplusx | 2011-01-24 | 1 | -2/+2 | |
| | | ||||||
* | | Section headings in :rst:dir:`only` directives are now correctly handled. | Georg Brandl | 2011-01-08 | 1 | -3/+19 | |
| | | ||||||
* | | #537: Added :confval:`nitpick_ignore`. | Georg Brandl | 2011-01-08 | 1 | -2/+9 | |
| | | ||||||
* | | Always warn on missing :doc: or citation references. | Georg Brandl | 2011-01-08 | 1 | -1/+2 | |
| | | ||||||
* | | Refactor warning-emission for unknown references. | Georg Brandl | 2011-01-08 | 1 | -25/+32 | |
| | | ||||||
* | | Rename attribute to better fit the purpose. | Georg Brandl | 2011-01-08 | 1 | -9/+9 | |
| | | ||||||
* | | Bump env version after addition of versioning_method. | Georg Brandl | 2011-01-08 | 1 | -1/+1 | |
| | | ||||||
* | | Rename "intl" module to "gettext", to make it easier to find. Distinguish ↵ | Georg Brandl | 2011-01-08 | 1 | -18/+44 | |
| | | | | | | | | environments with different versioning methods and always give the gettext builder its own doctree dir. | |||||
* | | merge with 1.0 | Georg Brandl | 2011-01-08 | 1 | -7/+13 | |
|\ \ | |/ | ||||||
| * | #572: Show warnings by default when reference labels cannot be found. | Georg Brandl | 2011-01-08 | 1 | -7/+13 | |
| | |