Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix pytest style issues | Adam Turner | 2023-02-18 | 1 | -3/+3 |
| | |||||
* | logging: always show source locations as absolute paths (#10460) | Doug Hellmann | 2022-06-16 | 1 | -1/+17 |
| | |||||
* | Collapse single line docstrings | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
| | |||||
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -2/+2 |
| | |||||
* | Fix module docstring first line | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | Fix #9979: Error level messages were displayed as warning messages | Takeshi KOMIYA | 2021-12-17 | 1 | -5/+5 |
| | |||||
* | Merge pull request #9793 from samdoran/enable-parallel-on-macos | Takeshi KOMIYA | 2021-12-11 | 1 | -4/+0 |
|\ | | | | | Set multiprocessing start method to `fork` | ||||
| * | Set multiprocessing start method to fork | Sam Doran | 2021-10-28 | 1 | -4/+0 |
| | | | | | | | | | | Since the current code requires forking, set it explicitly rather than disabling parallelization on macOS. | ||||
* | | Fix issue with warnings without subtype being incorrectly suppressed | Steven Hiscocks | 2021-09-20 | 1 | -3/+10 |
|/ | | | | | | | This fixes an issue with warnings that have been raised with no subtype being suppressed if a suppress warnings value with a subtype has been set. e.g. all `autodoc` warnings should not be suppressed if `autodoc.import_object` is only set to be suppressed. | ||||
* | Fix typos discovered by codespell | Christian Clauss | 2021-09-08 | 1 | -1/+1 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
| | | | | | | | .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype | ||||
* | Fix #7423: crashed when giving a non-string object to logger | Takeshi KOMIYA | 2020-04-09 | 1 | -0/+8 |
| | |||||
* | Add "once" option to logger.warning() | Takeshi KOMIYA | 2020-03-21 | 1 | -0/+11 |
| | |||||
* | Add suppress_logging() | Takeshi KOMIYA | 2020-03-18 | 1 | -0/+14 |
| | | | | | | As a helper for C/C++ domain, this adds suppress_logging(). It works as a context manager and suppresses all loggings during the context temporarily. | ||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | Fix #6803: Disable parallel build on macOS and py38+ | Takeshi KOMIYA | 2019-12-01 | 1 | -0/+4 |
| | |||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| | | |||||
* | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie. | ||||
* | | refactor: Remove u-prefix from strings | Takeshi KOMIYA | 2018-12-16 | 1 | -1/+1 |
| | | |||||
* | | Remove print_function feature | Takeshi KOMIYA | 2018-12-15 | 1 | -1/+0 |
| | | |||||
* | | logging: Add prefixed_warnings() helper | Takeshi KOMIYA | 2018-10-17 | 1 | -1/+20 |
|/ | |||||
* | Close #4976: ``SphinxLoggerAdapter.info()`` now supports ``location`` parameter | Takeshi KOMIYA | 2018-06-26 | 1 | -0/+31 |
| | |||||
* | Fix flake8 violations | Takeshi KOMIYA | 2018-02-19 | 1 | -5/+4 |
| | |||||
* | Fix #4081: Warnings and errors colored the same when building | Takeshi KOMIYA | 2018-01-08 | 1 | -3/+3 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| | |||||
* | Fix #4070, #4111: crashes when the warning message contains format strings ↵ | Takeshi KOMIYA | 2017-10-05 | 1 | -1/+5 |
| | | | | (again) | ||||
* | Fix #3926: Add ``autodoc_warningiserror`` to suppress the behavior of ``-W`` ↵ | Takeshi KOMIYA | 2017-07-15 | 1 | -0/+24 |
| | | | | option | ||||
* | Mark tests as xfail/skip to allow successful run | Andy Neebel | 2017-06-14 | 1 | -0/+3 |
| | |||||
* | Update testcase for #3858 | Takeshi KOMIYA | 2017-06-10 | 1 | -1/+1 |
| | |||||
* | refs #3458: add sphinx.testing that are moved from /tests directory. | shimizukawa | 2017-05-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
|\ | |||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | | |||||
* | | Drop debug2() (refs: #3304) | Takeshi KOMIYA | 2017-01-07 | 1 | -37/+17 |
| | | |||||
* | | pytest: remove deprecated test util functions | shimizukawa | 2017-01-07 | 1 | -12/+4 |
| | | |||||
* | | logger.warning() supports node as location parameter | Takeshi KOMIYA | 2017-01-02 | 1 | -15/+9 |
| | | |||||
* | | Use loggers | Takeshi KOMIYA | 2017-01-02 | 1 | -1/+2 |
| | | |||||
* | | Add sphinx.util.logging.SafeEncodingWriter | Takeshi KOMIYA | 2017-01-02 | 1 | -0/+16 |
| | | |||||
* | | Add sphinx.util.logging.pending_warnings() | Takeshi KOMIYA | 2017-01-02 | 1 | -2/+2 |
| | | |||||
* | | sphinx.util.parallel supports logging in child workers | Takeshi KOMIYA | 2017-01-02 | 1 | -0/+17 |
| | | |||||
* | | sphinx.util.logging supports colorized log | Takeshi KOMIYA | 2017-01-02 | 1 | -0/+31 |
| | | |||||
* | | logging.info() supports verbosity filter by app.verbosity | Takeshi KOMIYA | 2017-01-02 | 1 | -0/+64 |
| | | |||||
* | | Now sphinx.util.logging supports info and other logs | Takeshi KOMIYA | 2017-01-02 | 1 | -0/+38 |
| | | |||||
* | | Add testcase for sphinx.util.logging | Takeshi KOMIYA | 2017-01-02 | 1 | -0/+112 |
|/ | |||||
* | Add :confval:`suppress_warnings` to supress arbitrary warning message | Takeshi KOMIYA | 2016-02-23 | 1 | -0/+26 |