Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix COM812 | Adam Turner | 2023-02-18 | 1 | -1/+1 |
| | |||||
* | De-glob mypy whitelist for 'sphinx.domains.*' (#11064) | danieleades | 2023-01-02 | 1 | -4/+4 |
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | remove blanket 'noqas' | Daniel Eades | 2022-12-16 | 1 | -1/+3 |
| | |||||
* | Remove redundant static typing casts (#10612) | danieleades | 2022-07-02 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | address some unused loop control variables (B007) | Daniel Eades | 2022-01-12 | 1 | -1/+1 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | Fix #9330: versionchanged causes error during pdf build | Takeshi KOMIYA | 2021-06-14 | 1 | -4/+12 |
| | | | | | | | | | The versionchanged directive breaks doctree if its contents start with non-paragraph element (ex. lists, tables, and so on). It causes build error in LaTeX. This inserts a paragraph if the first child of the contents is not a paragraph not to break doctree. | ||||
* | refactor: Use PEP-526 based variable annotation (sphinx.domains) | Takeshi KOMIYA | 2021-03-23 | 1 | -3/+3 |
| | |||||
* | refactor: Add a type alias for the option_spec of directives; OptionSpec | Takeshi KOMIYA | 2021-03-13 | 1 | -1/+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/+1 |
|\ \ | |/ | |||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 |
| | | |||||
* | | Use typing.NamedTuple instead of collections.namedtuple as possible | Takeshi KOMIYA | 2020-03-07 | 1 | -5/+8 |
|/ | |||||
* | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-07-01 | 1 | -11/+15 |
|\ \ | |/ | |||||
| * | refactor: Add data accessors to ChangesetDomain | Takeshi KOMIYA | 2019-06-30 | 1 | -11/+15 |
| | | |||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-06-30 | 1 | -18/+12 |
|\ \ | |/ | |||||
| * | Migrate to py3 style type annotation: sphinx.domains.changeset | Takeshi KOMIYA | 2019-06-30 | 1 | -18/+12 |
| | | |||||
* | | Drop features and APIs deprecated in 1.8 | Takeshi KOMIYA | 2019-03-30 | 1 | -9/+0 |
|/ | |||||
* | Add a helper method ``SphinxDirective.set_source_info()`` | Takeshi KOMIYA | 2019-03-03 | 1 | -3/+2 |
| | |||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-26 | 1 | -7/+5 |
|\ | |||||
| * | Fix #5958: versionadded directive causes crash with Python 3.5.0 | Takeshi KOMIYA | 2019-01-25 | 1 | -8/+5 |
| | | |||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| | | |||||
* | | #5660 adjust expected result to new classes | Timotheus Kampik | 2018-12-23 | 1 | -0/+1 |
| | | | | | | | | Also, fix formating glitch | ||||
* | | #5660 add classes for different version modications | Timotheus Kampik | 2018-12-23 | 1 | -3/+9 |
| | | | | | | | | | | | | | | Generic class: ``versionmodified` *Changed* class: ``changed`` *Added* class: ``added`` *Deprecated* class: ``deprecated`` | ||||
* | | 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. | ||||
* | | Replace all "unicode" type by "str" | Takeshi KOMIYA | 2018-12-15 | 1 | -7/+6 |
| | | |||||
* | | Move to py3 mode for mypy (and remove many "type: ignore" comments) | Takeshi KOMIYA | 2018-12-15 | 1 | -1/+1 |
| | | |||||
* | | Update type annotations | Takeshi KOMIYA | 2018-12-08 | 1 | -2/+3 |
| | | |||||
* | | Fix annotations for Directives (Replace N_co with nodes.Node) | Takeshi KOMIYA | 2018-12-01 | 1 | -3/+6 |
| | | |||||
* | | Fix annotations for domains | Takeshi KOMIYA | 2018-11-30 | 1 | -6/+7 |
| | | |||||
* | | Merge pull request #5665 from tk0miya/fix_typehints | Takeshi KOMIYA | 2018-11-26 | 1 | -0/+1 |
|\ \ | | | | | | | Add sphinx.util.typing:unicode to help mypy-3 migration | ||||
| * | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 |
| | | | |||||
* | | | Fix annotations for Domain.process_doc() | Takeshi KOMIYA | 2018-11-24 | 1 | -1/+1 |
|/ / | |||||
* | | Fix typehints: sphinx.domains | Takeshi KOMIYA | 2018-11-06 | 1 | -1/+1 |
| | | |||||
* | | Remove use of six.iteritems() | Jon Dufresne | 2018-09-11 | 1 | -3/+2 |
|/ | | | | In Python 3, dict.items() is always an iterator. | ||||
* | Move VersionChanges directive to sphinx.domains.changeset | Takeshi KOMIYA | 2018-08-02 | 1 | -1/+72 |
| | |||||
* | refactor: Move repository of changesets to domain from env | Takeshi KOMIYA | 2018-08-02 | 1 | -0/+88 |