Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-11-30Fix #6867: text: extra spaces are inserted to hyphenated words on folding linesTakeshi KOMIYA
2019-11-25Migrate to py3 style type annotation: sphinx.writers.textTakeshi KOMIYA
2019-07-13Fix mypy violations (for mypy-0.720)Takeshi KOMIYA
2019-06-21Fix mypy violations (for mypy-0.710)Takeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-17Reorder the arguments for translatorsTakeshi KOMIYA
2018-12-17Merge pull request #5819 from jdufresne/coding-commentTakeshi KOMIYA
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-16Remove redundant coerce to str in string formattingJon Dufresne
2018-12-15Use Python 3 super() argument-less syntaxJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-15Remove a hack for py2 from TextWrapperTakeshi KOMIYA
2018-12-14Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA
2018-12-14Use nodes.Element for visitor/departure methodsTakeshi KOMIYA
2018-12-09Fix annotations for footnotesTakeshi KOMIYA
2018-12-03refactor TextTranslator; Replace _make_depart_admonition()Takeshi KOMIYA
2018-12-03Add SphinxTranslator as an abstract classTakeshi KOMIYA
2018-12-02Fix annotations (minor fixes)Takeshi KOMIYA
2018-11-27refactor: Use super() to call methods of superclassTakeshi KOMIYA
2018-11-27Fix annotations for writersTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-20Update type hints to text writerTakeshi KOMIYA
2018-11-16Fix two nits with the TextBuilder classStephen Finucane
2018-11-12Use super() to call parent class's methodJon Dufresne
2018-10-23Use generator.Julien Palard
2018-10-23Looks like sphinx docstring uses rst, ok.Julien Palard
2018-10-23fix flake8Julien Palard
2018-10-23FIX: mypyJulien Palard
2018-10-23Comments, maybe.Julien Palard
2018-10-23Working on text colspan and rowspan.Julien Palard
2018-07-21Refactor: Run highlightlang on resolving phaseTakeshi KOMIYA
2018-05-16Enable math_block node rendering by default (without HTML builders)Takeshi KOMIYA
2018-05-15Enable math node rendering by default (without HTML builders)Takeshi KOMIYA
2018-04-14Remove unused visitor methodsTakeshi KOMIYA
2018-04-14Merge branch '1.7'Takeshi KOMIYA
2018-04-08Fix #4817: wrong URLs on warning messagesTakeshi KOMIYA
2018-03-17Merge branch '1.7'Takeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-03-03Make console and warning messages translatableTakeshi KOMIYA
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2018-01-14Merge branch 'master' into feature-text-secnumbersTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-11-08#3998: Toctree section numbering in plain text outputMatthew Woodcraft
2017-11-06#3998: Add optional section numbering in plain text outputMatthew Woodcraft
2017-05-07Update type annotations for new mypyTakeshi KOMIYA
2017-04-22Move translators to SphinxFactoryTakeshi KOMIYA
2017-03-26Merge branch 'stable'Takeshi KOMIYA