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
2022-02-20Collapse single line docstringsAdam Turner
2022-02-20Remove copyright and licence fieldsAdam Turner
2022-02-20Fix module docstring indentationAdam Turner
2022-02-20Fix module docstring first lineAdam Turner
2022-02-20Remove module titles in docstringsAdam Turner
2022-01-12address some unused loop control variables (B007)Daniel Eades
2022-01-02Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA
2022-01-01A happy new year!Takeshi KOMIYA
2021-11-09Close #9618: i18n: Add gettext_allow_fuzzy_translationsTakeshi KOMIYA
2021-09-17Fix #9637: Add Builder.allow_parallel to the list of builder APIsTakeshi KOMIYA
2021-05-09refactor: Add Optional to type annotationsTakeshi KOMIYA
2021-04-04refactor: use raw Type for type annotationsTakeshi KOMIYA
2021-03-13refactor: Use PEP-526 based variable annotation (sphinx.builders)Takeshi KOMIYA
2021-02-28Close #8326: Rename master_doc to root_docTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Do isortTakeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-04-05Merge branch '3.x'Takeshi KOMIYA
2020-03-31Fix #7401: Incorrect argument is passed for env-get-outdated handlersTakeshi KOMIYA
2020-03-07Hello TYPE_CHECKING!Takeshi KOMIYA
2020-03-07Deprecate codes for python 3.5Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-12-14Fix #6920: sphinx-build: A console message is wrongly highlightedTakeshi KOMIYA
2019-08-06ENH: Explain rebuildsEric Larson
2019-07-13Fix type annotation for python 3.5.1Takeshi KOMIYA
2019-06-10Migrate to py3 style type annotation: sphinx.buildersTakeshi KOMIYA
2019-04-16Make EventManager portableTakeshi KOMIYA
2019-03-06Merge branch '2.0'Takeshi KOMIYA
2019-03-06Clean up import for annotationsTakeshi KOMIYA
2019-02-27refactor: Use CatalogRepository instead of find_catalog_source_file()Takeshi KOMIYA
2019-02-27Rename find_catalog() to docname_to_domain()Takeshi KOMIYA
2019-02-23Ignore filenames without file extension given to ``Builder.build_specific()``Takeshi KOMIYA
2019-02-11Builder: refactor with progress_message()Takeshi KOMIYA
2019-01-19Give "nonl=True" value to logging.info() instead of intTakeshi KOMIYA
2019-01-08Make info messages more translatableTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-28Merge branch '1.8'jfbu
2018-12-27Fix various spelling typosjfbu
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-11-29Fix annotations for buildersTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-06Merge branch '1.8'jfbu
2018-11-06Merge pull request #5525 from eqvinox/revert-pickle-write-1.8Takeshi KOMIYA
2018-11-05Fix typehints: sphinx.buildersTakeshi KOMIYA
2018-10-16Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA