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-01A happy new year!Takeshi KOMIYA
2021-12-19Fix #9968: autodoc: ivars are not shown if __init__ has posonlyargsTakeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-15refactor: Fix flake8 violations under tests/ directoryTakeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-10-03Strip trailing whitespaces and normalize line endingsFrançois Freitag
2019-12-27Deprecate sphinx.util:detect_encoding() and ModuleAnalyzer.encodingTakeshi KOMIYA
2019-12-25Old get_module_source API restored, new version moved to ModuleAnalyzer class...hkm
2019-12-16restore sys.path with <finally> statementkpnr
2019-12-15Added test case for non ASCII & non UTF8 encoding Windows-1251 in test_pycode...hkm
2019-12-15Test suite updated - encoding not detected when getting sources from native l...hkm
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-09-22refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA
2018-09-06Fix #5290: autodoc: failed to analyze source code in egg packageTakeshi KOMIYA
2018-02-19Fix flake8 violationsTakeshi KOMIYA
2017-12-29tests: Remove 'tests/run.py'Stephen Finucane
2017-07-26pycode: Replace pgen2 by own parserTakeshi KOMIYA
2017-07-26Add testcase for onelinerTakeshi KOMIYA
2017-07-26Add testcase for pycode interfaceTakeshi KOMIYA
2017-03-18Add testcode for sphinx.pycodeTakeshi KOMIYA