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-10simplify some set comparisons (SIM109)Daniel Eades
2022-01-01A happy new year!Takeshi KOMIYA
2021-12-16Fix #9979: Error level messages were displayed as warning messagesTakeshi KOMIYA
2021-12-16Fix mypy violations (with mypy-0.920)Takeshi KOMIYA
2021-10-31Fix a flake8 warningTakeshi KOMIYA
2021-10-31Merge pull request #9656 from sdhiscocks/suppress_warning_subtype_noneTakeshi KOMIYA
2021-10-25Closes #9733: Fix for logging handler flushing warnings in the middle of the ...gibsondan
2021-09-20Fix issue with warnings without subtype being incorrectly suppressedSteven Hiscocks
2021-07-19Improve sphinx.util.logging docstringsLouis Maddox
2021-06-13Merge branch '4.0.x' into 4.xTakeshi KOMIYA
2021-06-13Fix mypy violations (delete type: ignore ) (with mypy-0.900)Junya Fukuda
2021-05-03refactor: Add Optional to type annotationsTakeshi KOMIYA
2021-03-09refactor: Use PEP-526 based variable annotation (sphinx.util)Takeshi KOMIYA
2021-02-09Update type annotationsTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-05-03Merge branch '3.x'Takeshi KOMIYA
2020-05-03Preserve exception info in raised SphinxWarning objectsEric Wieser
2020-04-13Merge branch '3.x'Takeshi KOMIYA
2020-04-08Fix #7423: crashed when giving a non-string object to loggerTakeshi KOMIYA
2020-03-22Merge branch '3.x'Takeshi KOMIYA
2020-03-21Add "once" option to logger.warning()Takeshi KOMIYA
2020-03-21refactor SphinxLoggerAdapterTakeshi KOMIYA
2020-03-21Merge branch '3.x'Takeshi KOMIYA
2020-03-17Add suppress_logging()Takeshi 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-07-13Fix type annotation for python 3.5.1Takeshi KOMIYA
2019-06-03Migrate to py3 style type annotation: sphinx.util.loggingTakeshi KOMIYA
2019-03-06Clean up import for annotationsTakeshi KOMIYA
2019-01-17Merge branch '1.8'Takeshi KOMIYA
2019-01-17Fix mypy violationsTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-17Merge pull request #5509 from stephenfin/remove-future-importsTakeshi KOMIYA
2018-12-17py3: Remove (most) __future__ importsStephen Finucane
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-15Use Python 3 super() argument-less syntaxJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-14Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA