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
2021-03-15refactor: Use PEP-526 based variable annotation (sphinx.ext)Takeshi KOMIYA
2021-01-24Merge branch '3.x'Takeshi KOMIYA
2021-01-22Fix #8727: apidoc: namespace module file is not generated if no submodulesTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-05-03Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA
2020-04-29Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA
2020-03-15* Propagated "maxdepth" recursively through package documents.Sergio Garcia Prado
2020-02-08Fix #6327: apidoc: Support a python package consisted of __init__.so fileTakeshi KOMIYA
2020-02-08refactor: apidoc.shall_skip()Takeshi KOMIYA
2020-01-31apidoc: Add ``-q`` option for quiet mode (refs: #6772)Takeshi KOMIYA
2020-01-30Fix #6899: apidoc: private members are not shown even if --private givenTakeshi KOMIYA
2020-01-03Fix #6986: apidoc: misdetects module name for .so file inside moduleTakeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
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