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-12-22Merge branch '2.3.2' into 2.0Takeshi KOMIYA
2019-12-22Fix #6936: sphinx-autogen: raises AttributeErrorTakeshi KOMIYA
2019-12-21Replace `a and b or c` by the more legible `b if a or c`.Antony Lee
2019-11-16autosummary: Allows to document a member forcedly if skip-member handler retu...Takeshi KOMIYA
2019-11-16Close #6798: autosummary: emit ``autodoc-skip-member`` event on generating st...Takeshi KOMIYA
2019-07-13Fix type annotation for python 3.5.1Takeshi KOMIYA
2019-07-04Migrate to py3 style type annotation: sphinx.ext.autosummaryTakeshi KOMIYA
2019-07-03Migrate to py3 style type annotation: sphinx.ext.autosummary.generateTakeshi KOMIYA
2019-06-21Merge branch '2.0' into refactor_autosummary3Takeshi KOMIYA
2019-06-21Merge pull request #6506 from tk0miya/6498_crashed_with_wrong_autosummary_gen...Takeshi KOMIYA
2019-06-19Fix #6498: autosummary: crashed with wrong autosummary_generate settingTakeshi KOMIYA
2019-06-19Fix #6507: autosummary: crashes without no autosummary_generate settingTakeshi KOMIYA
2019-06-18Suppress deprecation warning for autosummaryTakeshi KOMIYA
2019-06-18refactor: Separate generate_autosummary_content() from generate_autosummary_d...Takeshi KOMIYA
2019-06-10autosummary: deprecate info and warn arguments for generate_autosummary_docs()Takeshi KOMIYA
2019-06-06Fix #6452: autosummary: crashed when generating document of propertiesTakeshi KOMIYA
2019-05-29Fix autosummary should use new documentersTakeshi KOMIYA
2019-05-26Merge pull request #6396 from tk0miya/refactor_autosummaryTakeshi KOMIYA
2019-05-25refactor: Add AutosummaryRenderer; rendering utility for autosummaryTakeshi KOMIYA
2019-05-25Fix #6350: autosummary is confused by an argument having namedtuple as a defa...Takeshi KOMIYA
2019-05-25Fix #6350: autosummary is confused by an argument having default string value...Takeshi KOMIYA
2019-05-14Fix FakeDirective emits warningsTakeshi KOMIYA
2019-05-13Merge branch '2.0' into 6311_autosummary_confused_by_complex_typehints2Takeshi KOMIYA
2019-05-13refactor get_members() in autosummaryTakeshi KOMIYA
2019-05-12Merge branch '2.0' into refactor_py_domain3Takeshi KOMIYA
2019-05-12autodoc: Add PropertyDocumenter to detect propertiesTakeshi KOMIYA
2019-05-12Fix #6311: autosummary: autosummary table gets confused by complex type hintsTakeshi KOMIYA
2019-04-25Fix #6165: autodoc: ``tab_width`` setting of docutils has been ignoredTakeshi KOMIYA
2019-04-04Merge pull request #6212 from tsanikgr/feature/autosummary_imported_membersTakeshi KOMIYA
2019-03-27#5877: Allow setting imported_members for autosummary in conf.pytsanikgr
2019-03-06Merge branch '2.0'Takeshi KOMIYA
2019-03-06Clean up import for annotationsTakeshi KOMIYA
2019-02-27refactor: Move implementation of mock to sphinx.ext.autodoc.mockTakeshi KOMIYA
2019-02-27Replace :autolink: roles by class based implementationTakeshi KOMIYA
2019-02-11Closes #5636: autosummary: Add autosummary_mock_imports to mock external libr...Takeshi KOMIYA
2019-01-08Make info messages more translatableTakeshi KOMIYA
2019-01-03Remove use of deprecated APIsTakeshi KOMIYA
2019-01-02Merge pull request #5873 from tk0miya/fix_typehints_for_autosummaryTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2019-01-02Update annotations for autosummaryTakeshi KOMIYA
2018-12-19Replace use of six.text_type with strJon Dufresne
2018-12-18Merge branch '1.8'Takeshi KOMIYA
2018-12-17Fix #5724: quickstart: sphinx-quickstart fails when $LC_ALL is emptyTakeshi KOMIYA
2018-12-16Remove unnecessary encoding cookie from Python source filesJon 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-15Remove print_function featureTakeshi KOMIYA