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
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
2018-10-17logging: Add prefixed_warnings() helperTakeshi KOMIYA
2018-10-16Merge branch '1.8'Takeshi KOMIYA
2018-10-16Fix mypy violationsTakeshi KOMIYA
2018-09-22Merge branch 'master' into HEADTakeshi KOMIYA
2018-09-22refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA
2018-09-11Remove unnecessary object from class definitionsJon Dufresne
2018-06-25Close #4976: ``SphinxLoggerAdapter.info()`` now supports ``location`` parameterTakeshi KOMIYA
2018-05-25Merge branch 1.7shimizukawa
2018-05-23Fix #5007: sphinx-build crashes when error log contains a "%" characterTakeshi KOMIYA
2018-05-04move ``get_full_module_name`` and ``repr_domxml`` functions from logging to n...shimizukawa
2018-05-02add debug log for patching/extracting i18n nodes (#4918)Takayuki SHIMIZUKAWA
2018-04-25Fix typos in a docstring (refs: #4901)jfbu
2018-03-17Merge branch '1.7'Takeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-02-18Merge branch '1.7'Takeshi KOMIYA
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2018-01-31Merge branch '1.7-release'Takeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2018-01-20doc: Move sphinx.logging API docs to codeStephen Finucane
2018-01-08Fix #4081: Warnings and errors colored the same when buildingTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-12-16Fix mypy violationsTakeshi KOMIYA
2017-12-12Fix mypy violationTakeshi KOMIYA
2017-12-10Fix #4279: Sphinx crashes with pickling error when run with multiple processe...Takeshi KOMIYA
2017-10-22Fix #3919: become silent if logging settings are clearedTakeshi KOMIYA
2017-10-07Fix mypy violationsTakeshi KOMIYA
2017-10-04Fix #4070, #4111: crashes when the warning message contains format strings (a...Takeshi KOMIYA
2017-09-24Fix #4070: crashes when the warning message contains format stringsTakeshi KOMIYA
2017-07-15Fix #3926: Add ``autodoc_warningiserror`` to suppress the behavior of ``-W`` ...Takeshi KOMIYA
2017-06-10Fix #3858: Some warnings are not colored when using --color optionTakeshi KOMIYA
2017-05-18Fix #3758: Sphinx crashed if logs are emitted in conf.pyTakeshi KOMIYA
2017-04-19Show the location if warniserror enabledTakeshi KOMIYA
2017-03-26Fix mypy violationsTakeshi KOMIYA
2017-03-26Fix app.messagelog does not filled after moving to logging moduleTakeshi KOMIYA