summaryrefslogtreecommitdiff
path: root/sphinx/util/nodes.py
Commit message (Expand)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
* Fix #2291: pdflatex "Counter too large" error from footnotes inside tables of...Takeshi KOMIYA2016-02-071-2/+3
* Fix #2247: #2205 breaks make html for definition list with classifiers that c...Takeshi KOMIYA2016-01-181-1/+1
* 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 lists....shimizukawa2016-01-091-2/+4
* Fix #1994: More supporting non-standard parser (like recommonmark parser) for...shimizukawa2015-09-131-2/+8
* 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
* remove old patch for docutils. it's fixed at docutils-0.10shimizukawa2015-07-251-11/+0
* 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
* refs #1235: i18n: 'uri' and 'alt' attribute on 'image' and 'figure' nodes can...shimizukawa2015-02-221-0/+10
* versioning_conditions for uuid/i18n uses is_translatable instead of nodes.Tex...shimizukawa2015-02-221-2/+2
* 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 `gettex...shimizukawa2015-02-221-0/+4
* refs #1235: i18n: 'literal-block' node can be translated if 'literal-block' i...shimizukawa2015-02-221-1/+8
* 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, tex...Takayuki Shimizukawa2014-07-131-1/+1
* | * 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 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 bl...Michael Schlenker2013-11-081-1/+18
* Add .. rubric:: to the list of special cased nodes for gettext.Michael Schlenker2013-11-081-1/+1
* Backed out changeset cfe9e2d11003 refs #1265Takayuki Shimizukawa2013-10-041-7/+0