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-16Fix #9979: Error level messages were displayed as warning messagesTakeshi KOMIYA
2021-12-11Merge pull request #9793 from samdoran/enable-parallel-on-macosTakeshi KOMIYA
2021-10-28Set multiprocessing start method to forkSam Doran
2021-09-20Fix issue with warnings without subtype being incorrectly suppressedSteven Hiscocks
2021-09-08Fix typos discovered by codespellChristian Clauss
2021-01-01A happy new year!Takeshi KOMIYA
2020-04-08Fix #7423: crashed when giving a non-string object to loggerTakeshi KOMIYA
2020-03-21Add "once" option to logger.warning()Takeshi KOMIYA
2020-03-17Add suppress_logging()Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-01Fix #6803: Disable parallel build on macOS and py38+Takeshi 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-16refactor: Remove u-prefix from stringsTakeshi KOMIYA
2018-12-15Remove print_function featureTakeshi KOMIYA
2018-10-17logging: Add prefixed_warnings() helperTakeshi KOMIYA
2018-06-25Close #4976: ``SphinxLoggerAdapter.info()`` now supports ``location`` parameterTakeshi KOMIYA
2018-02-19Fix flake8 violationsTakeshi KOMIYA
2018-01-08Fix #4081: Warnings and errors colored the same when buildingTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-10-04Fix #4070, #4111: crashes when the warning message contains format strings (a...Takeshi KOMIYA
2017-07-15Fix #3926: Add ``autodoc_warningiserror`` to suppress the behavior of ``-W`` ...Takeshi KOMIYA
2017-06-14Mark tests as xfail/skip to allow successful runAndy Neebel
2017-06-10Update testcase for #3858Takeshi KOMIYA
2017-05-14refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-01-07Drop debug2() (refs: #3304)Takeshi KOMIYA
2017-01-06pytest: remove deprecated test util functionsshimizukawa
2017-01-02logger.warning() supports node as location parameterTakeshi KOMIYA
2017-01-02Use loggersTakeshi KOMIYA
2017-01-02Add sphinx.util.logging.SafeEncodingWriterTakeshi KOMIYA
2017-01-02Add sphinx.util.logging.pending_warnings()Takeshi KOMIYA
2017-01-02sphinx.util.parallel supports logging in child workersTakeshi KOMIYA
2017-01-02sphinx.util.logging supports colorized logTakeshi KOMIYA
2017-01-02logging.info() supports verbosity filter by app.verbosityTakeshi KOMIYA
2017-01-02Now sphinx.util.logging supports info and other logsTakeshi KOMIYA
2017-01-02Add testcase for sphinx.util.loggingTakeshi KOMIYA
2016-02-23Add :confval:`suppress_warnings` to supress arbitrary warning messageTakeshi KOMIYA