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-03-24Use license_files to fix setuptools deprecation warningHugo van Kemenade
2022-02-20Remove redundant `sphinx/utils/checks.py`Adam Turner
2020-12-31Merge branch '3.x'Takeshi KOMIYA
2020-12-29refactor: Reduce warnings on testingTakeshi KOMIYA
2020-11-20Merge branch '3.x'Takeshi KOMIYA
2020-11-16test: Apply flake8 to tests/ directoryTakeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-10-27Merge branch '3.x' into masterTakeshi KOMIYA
2020-10-25move registration of public markers to sphinx.testing.fixturesoleg.hoefling
2020-05-03refactor: Clean up filterwarningsTakeshi KOMIYA
2020-05-03Merge branch '3.x'Takeshi KOMIYA
2020-05-03refactor: Catch ImportError for lib2to3 to support future pythonTakeshi KOMIYA
2020-05-03refactor: Suppress DeprecationWarning for pyximportTakeshi KOMIYA
2020-03-21Merge branch '3.x'Takeshi KOMIYA
2020-03-12pytest: configure testpathsDaniel Hahler
2020-03-07Run mypy under py36 modeTakeshi KOMIYA
2020-03-05Merge branch '2.x' into 3.xTakeshi KOMIYA
2020-03-05Unpin coverage packageTakeshi KOMIYA
2020-01-01Merge branch '2.0'Takeshi KOMIYA
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-08-16Specify the target Python version in the mypy configurationJon Dufresne
2019-06-13Remove "universal" configuration from setup.cfgJon Dufresne
2019-05-12test: declare pytest markersTakeshi KOMIYA
2019-01-06Remove redundant mypy config 'incremental'Jon Dufresne
2018-12-14Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA
2018-10-29test: Give filterwarnings=all by ini fileTakeshi KOMIYA
2018-07-16Merge branch '1.7'Takeshi KOMIYA
2018-07-16Fix flake8 violationsTakeshi KOMIYA
2018-06-20doc: Add "extensions" to usage guideStephen Finucane
2018-05-03mypy: add --no-strict-optionalTakeshi KOMIYA
2018-03-01Remove sphinx.pycode.pgen2 from flake8 excludeDmitry Shachnev
2018-01-29Merge pull request #4505 from tk0miya/use_flake8-import-orderTakeshi KOMIYA
2018-01-28Merge branch '1.7-release' into use_flake8-import-orderTakeshi KOMIYA
2018-01-28Give local-plugins.paths option to flake8Takeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2018-01-26setup: Configure flake8 extension as a local pluginStephen Finucane
2018-01-06test: Reduce DeprecationWarning on testing (from docutils)Takeshi KOMIYA
2017-12-25travis: Enable codecov coverageStephen Finucane
2017-12-19setup.cfg: Restructure fileStephen Finucane
2017-10-23Merge branch 'stable'Takeshi KOMIYA
2017-10-23Fix flake8 and style-check violationsTakeshi KOMIYA
2017-10-16Merge pull request #4155 from jdufresne/wheel-licenseTakeshi KOMIYA
2017-10-16Include license file in the generated wheel packageJon Dufresne
2017-10-16Rename [wheel] section to [bdist_wheel] as the former is legacyJon Dufresne
2017-10-05utils: Move "header check" to a flake8 pluginStephen Finucane
2017-10-05mypy: Make output a little friendlierStephen Finucane
2017-10-05mypy: Move configuration to 'setup.cfg'Stephen Finucane
2017-09-26setup.cfg: Ignore .venvStephen Finucane
2017-06-25Fix #3833: command line messages are translated unintentionallyTakeshi KOMIYA