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-11-16Close #2546: apidoc: .so file supportTakeshi KOMIYA
2019-06-30Migrate to py3 style type annotation: sphinx.ext.apidocTakeshi KOMIYA
2019-06-22Fix #6517: apidoc: user_template_dir is not passed when it recursesTakeshi KOMIYA
2019-06-16Close #5602: apidoc: Add ``--templatedir`` optionTakeshi KOMIYA
2019-06-16apidoc: template files are renamed to ``.rst_t``Takeshi KOMIYA
2019-05-29refactor apidoc: Add is_skipped_module()Takeshi KOMIYA
2019-05-14refactor: apidoc: Replace makename() by module_join()Takeshi KOMIYA
2019-05-04apidoc: Deprecate unused functionsTakeshi KOMIYA
2019-05-04apidoc: Use a template for generating package fileTakeshi KOMIYA
2019-05-04apidoc: Use a template for generating toc fileTakeshi KOMIYA
2019-05-04apidoc: Use a template for generating module fileTakeshi KOMIYA
2019-03-17Python-3-only clean ups discovered by pyupgradeJon Dufresne
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-26Merge remote-tracking branch 'upstream/master' into 5842-apidoc-extensionscocodrips
2018-12-25Add extensions from mastercocodrips
2018-12-23Merge branch '1.8'jfbu
2018-12-18Fix #5834: apidoc: wrong help for --tocfileTakeshi KOMIYA
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-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-15Remove print_function featureTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-14Always prefer dict literals over calls to dict()Jon Dufresne
2018-11-12Remove use of six.binary_typeJon Dufresne
2018-10-05Deprecate Python2 compat shim sphinx.util.osutil.walk()Jon Dufresne
2018-09-06Fix #5362: apidoc: Add ``--toc`` option to change the filename of ToCTakeshi KOMIYA
2018-05-13Merge branch '1.7'Takeshi KOMIYA
2018-05-03Fix #4932: apidoc: some subpackages is ignored if sibling subpackage contains...Takeshi KOMIYA
2018-03-21Merge branch '1.7'Takeshi KOMIYA
2018-03-21apidoc: Fix local variable is not initializedTakeshi KOMIYA
2018-03-21Closes #4520 - acidic: Subpackage not in toc. The rule of skipping folders wi...Christer Bystrom
2018-03-19Merge branch '1.7'Takeshi KOMIYA
2018-03-18usage strings should not contain "usage:"Jeroen Demeyer
2018-03-17Merge branch '1.7'Takeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-03-06Update apidoc.pyLilian Besson
2018-03-02Make sphinx-* commands translatableTakeshi KOMIYA
2018-02-25Supports i18n console outputTakeshi KOMIYA
2018-02-18Merge branch '1.7'Takeshi KOMIYA
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2018-02-12Merge branch '1.7'Takeshi KOMIYA
2018-02-11Fix #4581: apidoc: Excluded modules still includedTakeshi KOMIYA
2018-01-31Merge branch '1.7-release'Takeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2018-01-27Merge branch '1.7-release'Takeshi KOMIYA
2018-01-27Merge branch 'stable' into 1.7-releaseTakeshi KOMIYA
2018-01-21Convert in-code HTTP URL's to HTTPS, including examplesKurt McKee
2018-01-06Merge commit '4277eb13315d5649401190df86874b3832ddfa3e'Takeshi KOMIYA