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-06-08Migrate to py3 style type annotation: sphinx.directivesTakeshi KOMIYA
2019-06-08Migrate to py3 style type annotation: sphinx.directives.patchesTakeshi KOMIYA
2019-06-08Migrate to py3 style type annotation: sphinx.directives.otherTakeshi KOMIYA
2019-06-08Migrate to py3 style type annotation: sphinx.directives.codeTakeshi KOMIYA
2019-06-01Add :force: option to code directivesTakeshi KOMIYA
2019-03-31Update type annotations for python domainTakeshi KOMIYA
2019-03-23Merge pull request #6197 from sphinx-doc/math_directive_should_support_classesTakeshi KOMIYA
2019-03-23``math`` directive does not support ``:class:`` optionTakeshi KOMIYA
2019-03-23Add ObjectDescription.get_field_type_map()Takeshi KOMIYA
2019-03-17Deprecate imports for compatibilityTakeshi KOMIYA
2019-03-10Merge branch '2.0'Takeshi KOMIYA
2019-03-10Merge branch '2.0' into 2155_code_directiveTakeshi KOMIYA
2019-03-06Merge branch '2.0'Takeshi KOMIYA
2019-03-06Merge branch '1.8' into 2.0Takeshi KOMIYA
2019-03-06Clean up import for annotationsTakeshi KOMIYA
2019-03-05Fix #6136: ``:name:`` option for ``math`` directive causes a crashTakeshi KOMIYA
2019-03-03Add a helper method ``SphinxDirective.set_source_info()``Takeshi KOMIYA
2019-03-03Close #2155: Support ``code`` directiveTakeshi KOMIYA
2019-02-17directive-code: do not force linenos value on runJames Knight
2019-02-03Close #1851: Allow to omit an argument for code-block directiveTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-19Replace EnvironmentError and IOError by OSErrorTakeshi KOMIYA
2018-12-17Fix annotations of code directivesTakeshi 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-16Pass exceptions directly to docutils reporterJon Dufresne
2018-12-16refactor: Remove u-prefix from stringsTakeshi KOMIYA
2018-12-15Use Python 3 super() argument-less syntaxJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-14Add docutils-stubs to test depsTakeshi KOMIYA
2018-12-14Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA
2018-12-11Simplify open() call by removing default modeJon Dufresne
2018-12-08Fix annotationsTakeshi KOMIYA
2018-12-07Add DirectiveOption type to an entry of Directive.option_specTakeshi KOMIYA
2018-12-03Use StringList for params to docutils because of expectedTakeshi KOMIYA
2018-12-02Fix annotations: Give Any type to state.memo to conceal errorsTakeshi KOMIYA
2018-12-02Fix annotations (minor fixes)Takeshi KOMIYA
2018-12-01Merge branch 'master' into refactor_docutils_manipulationTakeshi KOMIYA
2018-12-01Fix annotations for Directives (Replace N_co with nodes.Node)Takeshi KOMIYA
2018-12-01Add role manipulator functions to sphinx.util.docutilsTakeshi KOMIYA
2018-11-29Fix annotations for utilTakeshi KOMIYA
2018-11-29Fix annotations for directivesTakeshi KOMIYA
2018-11-27refactor: Use super() to call methods of superclassTakeshi KOMIYA
2018-11-27Fix annotations of directives.patchesTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-05Fix typehints: sphinx.directivesTakeshi KOMIYA
2018-10-31Merge branch '1.8'Takeshi KOMIYA
2018-10-16Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA
2018-10-16Merge branch '1.8'Takeshi KOMIYA