summaryrefslogtreecommitdiff
path: root/sphinx/writers/texinfo.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Use super() to call parent class's methodJon Dufresne2018-11-111-2/+2
* | Merge branch '1.8'Takeshi KOMIYA2018-11-091-1/+5
|\ \ | |/
| * Fix #3080: texinfo: multiline citations are brokenTakeshi KOMIYA2018-11-081-1/+3
| * Fix #3080: texinfo: multiline rubric is brokenTakeshi KOMIYA2018-11-081-0/+2
* | Replace all six.itervalues()/.iteritems() with .values()/.items()Jon Dufresne2018-09-231-2/+1
* | Remove uses of six.moves that did not cause any type errorsJon Dufresne2018-09-231-1/+0
|/
* Merge branch '1.7' into 1.8Takeshi KOMIYA2018-09-051-1/+1
|\
| * Make generated texinfo files reproducible by sorting the anchorsDmitry Shachnev2018-08-301-1/+1
* | Refactor: Run highlightlang on resolving phaseTakeshi KOMIYA2018-07-211-8/+0
* | Enable math_block node rendering by default (without HTML builders)Takeshi KOMIYA2018-05-171-3/+4
* | Enable math node rendering by default (without HTML builders)Takeshi KOMIYA2018-05-151-2/+5
* | Remove unused visitor methodsTakeshi KOMIYA2018-04-151-12/+0
* | Merge branch '1.7'Takeshi KOMIYA2018-04-141-1/+1
|\ \ | |/
| * Fix #4817: wrong URLs on warning messagesTakeshi KOMIYA2018-04-081-1/+1
* | Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+2
|\ \ | |/
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* | Make console and warning messages translatableTakeshi KOMIYA2018-03-031-9/+9
* | Fix mypy violationsTakeshi KOMIYA2018-02-261-1/+1
|/
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-2/+1
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Update type annotations for new mypyTakeshi KOMIYA2017-05-071-1/+1
* Move translators to SphinxFactoryTakeshi KOMIYA2017-04-221-4/+1
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+1
* | Reduce DeprecationWarnings for regexpTakeshi KOMIYA2017-02-171-1/+1
* | Add mypy annotationsTakeshi KOMIYA2017-02-101-0/+2
* | Remove unused "type: ignore"Takeshi KOMIYA2017-02-061-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-6/+6
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-6/+6
* | Drop deprecated termsep nodeTakeshi KOMIYA2017-01-051-14/+0
* | Use loggersTakeshi KOMIYA2017-01-021-12/+15
* | Merge branch '1.5-release' into mastershimizukawa2016-12-051-2/+5
|\ \ | |/
| * Emit several warnings that will be deprecated in Sphinx 1.6. There is no way ...shimizukawa2016-12-041-2/+5
* | Adjust code to type annotationTakeshi KOMIYA2016-12-031-2/+2
* | Fix texinfo writer handles KeyErrorTakeshi KOMIYA2016-11-171-1/+1
* | Handle ExtensionError on get_domain()Takeshi KOMIYA2016-11-171-1/+2
* | Use env.get_domain() instead env.domains[]Takeshi KOMIYA2016-11-171-1/+1
* | Add type-check annotations to sphinx.writersTakeshi KOMIYA2016-11-161-32/+274
|/
* Fix #2561: Info builder crashes when a footnote contains a linkTakeshi KOMIYA2016-05-241-1/+1
* The default format of `today_fmt` and `html_last_updated_fmt` is back to strf...Takeshi KOMIYA2016-04-031-2/+1
* Fix #794: Date formatting in latex output is not localizedTakeshi KOMIYA2016-02-141-3/+4
* classifier of glossary terms can be used for index entries grouping key. The ...shimizukawa2016-02-141-1/+1
* Remove `termset` node. It is not used anywhere. Restore `termsep` node and se...shimizukawa2016-02-141-3/+6
* Now term nodes in a glossary directive are wrapped with termset node to handl...shimizukawa2016-02-141-3/+3
* Fix #2060: ``:manpage:`` role uses incorrect style (node)Takeshi KOMIYA2016-01-171-0/+6
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* Support PEP-440 version spec for developers.shimizukawa2015-03-141-2/+2
* writers: pep8 fixesGeorg Brandl2015-03-081-43/+129