summaryrefslogtreecommitdiff
path: root/sphinx/util/nodes.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'stable'jfbu2016-12-171-0/+2
|\ \ | |/
| * Fix #185: References to section title including raw node has brokenTakeshi KOMIYA2016-12-171-0/+2
| |
* | Merge branch '1.5-release'Takeshi KOMIYA2016-11-231-0/+3
|\ \ | |/
| * Merge branch 'stable' into 1.5-releaseTakeshi KOMIYA2016-11-231-0/+3
| |\
| | * * #3093: gettext build broken on image node under ``note`` directive.shimizukawa2016-11-201-0/+1
| | |
| | * refs #3093: gettext build broken on substituted images.shimizukawa2016-11-201-0/+2
| | |
* | | Add type-check annotations to sphinx.utilTakeshi KOMIYA2016-11-161-1/+27
|/ /
* | Merge branch 'stable' into 1.5-releaseTakeshi KOMIYA2016-11-161-0/+1
|\ \ | |/
| * insert blank line(s) to adapt latest flake8/pycodestyleshimizukawa2016-11-161-0/+1
| |
* | Refactor: move process_only_nodes() to sphinx.util.nodesTakeshi KOMIYA2016-10-111-0/+21
| |
* | Fix #2687: Uninstall sphinx directives and roles after buildTakeshi KOMIYA2016-09-211-0/+1
| |
* | Fix could not translate the content of meta directive (ref: #1734)Takeshi KOMIYA2016-09-011-0/+20
| |
* | Fix #1734: Could not translate the caption of toctree directiveTakeshi KOMIYA2016-09-011-0/+7
|/
* classifier of glossary terms can be used for index entries grouping key. The ↵shimizukawa2016-02-141-3/+3
| | | | classifier also be used for translation. See also :ref:`glossary-directive`.
* Fix #2291: pdflatex "Counter too large" error from footnotes inside tables ↵Takeshi KOMIYA2016-02-071-2/+3
| | | | of contents
* Fix #2247: #2205 breaks make html for definition list with classifiers that ↵Takeshi KOMIYA2016-01-181-1/+1
| | | | contains regular-expression like string
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* Fix line numbers were not shown on warnings in LaTeX and texinfo builderTakeshi KOMIYA2016-01-131-2/+6
|
* Fix #2198,#2205: ``make gettext`` generate broken msgid for definition ↵shimizukawa2016-01-091-2/+4
| | | | lists. It's a regression by #1855.
* Fix #1994: More supporting non-standard parser (like recommonmark parser) ↵shimizukawa2015-09-131-2/+8
| | | | for Translation and WebSupport feature. Now node.rawsource is fall backed to node.astext() during docutils transforming.
* Fix #1540: Fix RuntimeError with circular referenced toctreeTakeshi KOMIYA2015-08-091-18/+20
|
* Fixed #1855: make gettext generates broken po file for definition lists with ↵shimizukawa2015-07-251-0/+14
| | | | classifier.
* remove old patch for docutils. it's fixed at docutils-0.10shimizukawa2015-07-251-11/+0
| | | | http://repo.or.cz/w/docutils.git?a=commit;h=e3cc3cef7c1120d46ed9ef317583d08a51a452cc
* flake8: fix a problem, add differing warning #Georg Brandl2015-03-081-1/+1
|
* util: pep8 fixesGeorg Brandl2015-03-081-5/+13
|
* The change c773692 breaks a previous gettext output that contains duplicated ↵shimizukawa2015-02-281-3/+3
| | | | msgid such as "foo bar" and "version changes in 1.3: foo bar".
* refs #1235: i18n: 'uri' and 'alt' attribute on 'image' and 'figure' nodes ↵shimizukawa2015-02-221-0/+10
| | | | can be translated if `gettext_additional_targets` has 'image'.
* versioning_conditions for uuid/i18n uses is_translatable instead of ↵shimizukawa2015-02-221-2/+2
| | | | nodes.TextElement directly.
* refactoring: extract 'translatable_node' checking code from extract_messages.shimizukawa2015-02-221-15/+21
|
* refs #1235: i18n: 'doctest-block' and 'raw' node can be translated if ↵shimizukawa2015-02-221-0/+4
| | | | `gettext_additional_targets` has that string.
* refs #1235: i18n: 'literal-block' node can be translated if 'literal-block' ↵shimizukawa2015-02-221-1/+8
| | | | is set to `gettext_additional_targets`.
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | Merge with stableTakayuki Shimizukawa2014-08-301-18/+33
|\ \ | |/
| * * gettext does not extract nodes.line in a table or list. Closes #1477Takayuki Shimizukawa2014-08-261-0/+1
| |
| * refactoringTakayuki Shimizukawa2014-08-261-18/+32
| |
* | Fix numbering section at singlehtml mode does not work for nested toctreetk0miya2014-08-181-1/+2
| |
* | Fix numbering section does not work at singlehtml mode (adhoc)tk0miya2014-08-121-0/+2
| |
* | merge with stableTakayuki Shimizukawa2014-07-131-1/+2
|\ \ | |/
| * * Fix: Non-ASCII filename raise exception on make singlehtml, latex, man, ↵Takayuki Shimizukawa2014-07-131-1/+1
| | | | | | | | texinfo and changes. Closes #1508
* | * fix over 80 chars line and remove unused import.Takayuki Shimizukawa2014-06-151-1/+0
| |
* | merge with stableGeorg Brandl2014-03-021-1/+2
|\ \ | |/
| * Fix long lines.Georg Brandl2014-03-021-1/+2
| |
* | Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206)Georg Brandl2014-03-011-20/+1
|\ \ | |/ |/| | | Drop docutils-0.7, 0.8, 0.9 support.
| * Drop docutils-0.7, 0.8 and 0.9 supportTakayuki Shimizukawa2013-12-151-20/+1
| |
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* Add tests and code refine for pull request #190.Takayuki Shimizukawa2013-11-121-17/+12
|
* Find node.source recursively. In some cases (.. figure nested inside other ↵Michael Schlenker2013-11-081-1/+18
| | | | blocks or lists), the node.parent.source is None too, so the old logic fails. Just traverse up, until we get a valid node.source or have no parent at all.
* Add .. rubric:: to the list of special cased nodes for gettext.Michael Schlenker2013-11-081-1/+1
| | | | The ``.. rubric:: Title`` does not get extracted in all places without, due to the missing node.source field, quite like the title fields.
* Backed out changeset cfe9e2d11003 refs #1265Takayuki Shimizukawa2013-10-041-7/+0
|