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-05-09refactor: Add Optional to type annotationsTakeshi KOMIYA
2021-03-22refactor: Use PEP-526 based variable annotation (sphinx.domains)Takeshi KOMIYA
2021-01-07Merge branch '3.x'Takeshi KOMIYA
2021-01-06Close #6241: html: Allow to add JS/CSS files to the specific pageTakeshi 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-05-03Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA
2020-04-29Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA
2020-03-07Hello TYPE_CHECKING!Takeshi KOMIYA
2020-01-01Merge branch '2.0'Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-06-29Merge branch '2.0'Takeshi KOMIYA
2019-06-29Migrate to py3 style type annotation: sphinx.domains.mathTakeshi KOMIYA
2019-06-21Merge branch '2.0'Takeshi KOMIYA
2019-06-15refactor: Add data accessors to MathDomainTakeshi KOMIYA
2019-03-30Drop features and APIs deprecated in 1.8Takeshi KOMIYA
2019-03-06Clean up import for annotationsTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-03Fix annotations of resolve_nodesTakeshi KOMIYA
2018-11-29Fix annotations for domainsTakeshi KOMIYA
2018-11-25Merge pull request #5665 from tk0miya/fix_typehintsTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-24Fix annotations for Domain.resolve_xref()Takeshi KOMIYA
2018-11-24Fix annotations for Domain.process_doc()Takeshi KOMIYA
2018-11-05Fix typehints: sphinx.domainsTakeshi KOMIYA
2018-10-16Fix #5497: Do not include MathJax.js and jsmath.js unless it is really neededTakeshi KOMIYA
2018-08-01Add :rst:role:`math:numref` role to refer equations (Same as :rst:role:`eq`)Takeshi KOMIYA
2018-05-20refactor: Move math_reference node to sphinx.builders.latex.nodesTakeshi KOMIYA
2018-05-16Enable eq role by defaultTakeshi KOMIYA
2018-05-16Move MathDomain to sphinx.domains.mathTakeshi KOMIYA