Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 1 | -1/+1 |
| | |||||
* | Use PEP 595 types | Adam Turner | 2023-01-01 | 1 | -8/+8 |
| | |||||
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
| | |||||
* | Increase minimum Docutils to 0.18 | Adam Turner | 2022-09-27 | 1 | -26/+2 |
| | |||||
* | Increase minimum Docutils to 0.17 | Adam Turner | 2022-09-27 | 1 | -21/+20 |
| | |||||
* | Remove deprecated items for Sphinx 6.0 (#10471) | Adam Turner | 2022-06-16 | 1 | -40/+2 |
| | |||||
* | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -5/+0 |
| | |||||
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -2/+2 |
| | |||||
* | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
| | |||||
* | Fix mypy violations (with mypy-0.931) | Takeshi KOMIYA | 2022-01-09 | 1 | -1/+1 |
| | |||||
* | Merge branch '4.3.x' into 4.x | Takeshi KOMIYA | 2022-01-09 | 1 | -2/+2 |
|\ | |||||
| * | Fix mypy violations (with mypy-0.931) | Takeshi KOMIYA | 2022-01-09 | 1 | -2/+2 |
| | | |||||
* | | Migrate to Node.findall() from Node.traverse() | Takeshi KOMIYA | 2022-01-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Node.traverse() was marked as deprecated since docutils-0.18. Instead of it, Node.findall() has been added as successor of traverse(). This applies a patch to docutils-0.17 or older to be available Node.findall() and use it. | ||||
* | | i18n: meta strings are not translated with docutils-0.18 | Takeshi KOMIYA | 2022-01-02 | 1 | -4/+3 |
|/ | | | | | | | i18n feature for meta strings does not work if docutils-0.18 used. Note: Since docutils-0.18, patch for meta directive is no longer needed because it uses a picklable meta nodes; ``docutils.nodes.meta``. | ||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | Fix #9688: ImportError for set_classes() | Takeshi KOMIYA | 2021-10-09 | 1 | -0/+1 |
| | |||||
* | Merge branch '4.x' into class-option-for-code-directive | Takeshi KOMIYA | 2021-10-09 | 1 | -5/+14 |
|\ | |||||
| * | Support docutils-0.18; Meta directive and meta node has moved | Takeshi KOMIYA | 2021-10-03 | 1 | -5/+14 |
| | | |||||
* | | Fix bug of Sphinx's .. code:: directive not recognizing :class: option | Latosha Maltba | 2021-10-03 | 1 | -0/+1 |
|/ | | | | | | | | | | Sphinx's own .. code:: directive (but not docutils') does not recognise the :class: option but only the :classes: option. This is probably due to an oversight that the user-visible option is called ``:class:`` while the Python attribute is called ``classes`` (to not collide with the keyword ``class``). Fix it by checking for the option ``class`` instead of ``classes``. | ||||
* | refactor: Use PEP-526 based variable annotation (sphinx.directives) | Takeshi KOMIYA | 2021-03-23 | 1 | -1/+1 |
| | |||||
* | refactor: Add a type alias for the option_spec of directives; OptionSpec | Takeshi KOMIYA | 2021-03-13 | 1 | -2/+3 |
| | |||||
* | Close #8487: csv-table now considers abspath as relpath from srcdir | Takeshi KOMIYA | 2021-03-09 | 1 | -12/+25 |
| | | | | | | To make directives' behavior consistent, the :file: option for csv-table directive now recognizes an absolute path as a relative path from source directory. | ||||
* | Fix wrong directive name in warning messages | Takeshi KOMIYA | 2021-03-07 | 1 | -2/+2 |
| | |||||
* | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 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 | ||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 1 | -3/+2 |
|\ \ | |/ | |||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip. | ||||
* | | Hello TYPE_CHECKING! | Takeshi KOMIYA | 2020-03-07 | 1 | -3/+2 |
| | | |||||
* | | Deprecate codes for docutils-0.13 or 0.14 | Takeshi KOMIYA | 2020-03-07 | 1 | -3/+17 |
|/ | |||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | refactor: Add data accessors to MathDomain | Takeshi KOMIYA | 2019-06-15 | 1 | -12/+10 |
| | |||||
* | Migrate to py3 style type annotation: sphinx.directives.patches | Takeshi KOMIYA | 2019-06-09 | 1 | -22/+13 |
| | |||||
* | Add :force: option to code directives | Takeshi KOMIYA | 2019-06-01 | 1 | -2/+2 |
| | |||||
* | ``math`` directive does not support ``:class:`` option | Takeshi KOMIYA | 2019-03-23 | 1 | -0/+2 |
| | | | | | | ``:class:`` option is a common options for all directives. But our implementation does not support it so far. This adds support for the option. | ||||
* | Merge branch '2.0' | Takeshi KOMIYA | 2019-03-10 | 1 | -0/+48 |
|\ | |||||
| * | Merge branch '2.0' into 2155_code_directive | Takeshi KOMIYA | 2019-03-10 | 1 | -3/+6 |
| |\ | |||||
| * | | Close #2155: Support ``code`` directive | Takeshi KOMIYA | 2019-03-03 | 1 | -0/+48 |
| | | | |||||
* | | | Merge branch '2.0' | Takeshi KOMIYA | 2019-03-07 | 1 | -3/+6 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge branch '1.8' into 2.0 | Takeshi KOMIYA | 2019-03-07 | 1 | -3/+6 |
| |\ \ | | |/ | |/| | |||||
| | * | Fix #6136: ``:name:`` option for ``math`` directive causes a crash | Takeshi KOMIYA | 2019-03-06 | 1 | -3/+6 |
| | | | |||||
* | | | Add a helper method ``SphinxDirective.set_source_info()`` | Takeshi KOMIYA | 2019-03-03 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #5819 from jdufresne/coding-comment | Takeshi KOMIYA | 2018-12-17 | 1 | -1/+0 |
|\ \ | | | | | | | Remove unnecessary encoding cookie from Python source files | ||||
| * | | 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. | ||||
* | | | Pass exceptions directly to docutils reporter | Jon Dufresne | 2018-12-16 | 1 | -1/+1 |
|/ / | | | | | | | | | The docutils reporter supports an exception as an argument. It is converted to a string internally. | ||||
* | | Use Python 3 super() argument-less syntax | Jon Dufresne | 2018-12-15 | 1 | -5/+5 |
| | | | | | | | | | | | | The form is less verbose and more idiomatic for Python 3 only code. https://docs.python.org/3/library/functions.html#super | ||||
* | | Replace all "unicode" type by "str" | Takeshi KOMIYA | 2018-12-15 | 1 | -1/+0 |
| | | |||||
* | | Add docutils-stubs to test deps | Takeshi KOMIYA | 2018-12-15 | 1 | -2/+2 |
| | | |||||
* | | Fix annotations (minor fixes) | Takeshi KOMIYA | 2018-12-03 | 1 | -1/+1 |
| | |