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 | -2/+2 |
| | |||||
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | Conform to PEP 257 summary line conventions | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | Migrate to Node.findall() from Node.traverse() | Takeshi KOMIYA | 2022-01-03 | 1 | -3/+3 |
| | | | | | | | | 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. | ||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | | Do isort | Takeshi KOMIYA | 2020-11-12 | 1 | -2/+1 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fix typo | Tetsuo Koyama | 2020-07-19 | 1 | -1/+1 |
| | | |||||
* | | Hello TYPE_CHECKING! | Takeshi KOMIYA | 2020-03-07 | 1 | -2/+2 |
|/ | |||||
* | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-01 | 1 | -2/+2 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | | |||||
| * | mypy: Enable disallow_incomplete_defs flag for type checking | Takeshi KOMIYA | 2019-12-30 | 1 | -1/+1 |
| | | |||||
* | | Fix flake8 violations | Takeshi KOMIYA | 2019-12-25 | 1 | -1/+0 |
| | | |||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-12-25 | 1 | -15/+11 |
|\ \ | |/ | |||||
| * | Migrate to py3 style type annotation: sphinx.versioning | Takeshi KOMIYA | 2019-12-25 | 1 | -17/+12 |
| | | |||||
* | | Drop features and APIs deprecated in 1.8 | Takeshi KOMIYA | 2019-03-30 | 1 | -11/+0 |
|/ | |||||
* | refactor: Remove lists of transforms from SphinxStandalonReader | Takeshi KOMIYA | 2019-03-17 | 1 | -1/+13 |
| | |||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| | | |||||
* | | Replace EnvironmentError and IOError by OSError | Takeshi KOMIYA | 2018-12-19 | 1 | -1/+1 |
| | | | | | | | | | | Since python 3.3, EnvironmentError and IOError were merged into OSError. | ||||
* | | 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 | -3/+2 |
| | | |||||
* | | refactor: Replace six.moves.zip_longest by itertools.zip_longest | Takeshi KOMIYA | 2018-12-15 | 1 | -3/+1 |
| | | |||||
* | | Fix annotations (in some modules) | Takeshi KOMIYA | 2018-12-01 | 1 | -2/+2 |
| | | |||||
* | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 |
| | | |||||
* | | Adjust type annotations for transforms to docutils' | Takeshi KOMIYA | 2018-11-23 | 1 | -2/+2 |
| | | |||||
* | | Remove use six.move module | Takeshi KOMIYA | 2018-11-12 | 1 | -2/+2 |
| | | |||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2018-11-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix #5471: Show appropriate warning for deprecated APIs | Takeshi KOMIYA | 2018-10-17 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #5478 from jdufresne/moves | Takeshi KOMIYA | 2018-09-24 | 1 | -1/+1 |
|\ \ | | | | | | | Remove uses of six.moves that did not cause any type errors | ||||
| * | | Remove uses of six.moves that did not cause any type errors | Jon Dufresne | 2018-09-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Removal of the remaining imports may require passing "--python-version 3.5" to the mypy command. | ||||
* | | | Deprecate suffix for env.doc2path() | Takeshi KOMIYA | 2018-09-22 | 1 | -1/+2 |
|/ / | |||||
* | | Remove use of six.iteritems() | Jon Dufresne | 2018-09-11 | 1 | -2/+1 |
|/ | | | | In Python 3, dict.items() is always an iterator. | ||||
* | Change priority of versioning doctrees | Takeshi KOMIYA | 2018-04-21 | 1 | -1/+8 |
| | |||||
* | Merge branch '1.7' | Takeshi KOMIYA | 2018-03-18 | 1 | -2/+2 |
|\ | |||||
| * | Revert "Use typing.TYPE_CHECKING for typehints" | Takeshi KOMIYA | 2018-03-13 | 1 | -2/+2 |
| | | | | | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4. | ||||
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-02-18 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Use typing.TYPE_CHECKING for typehints | Takeshi KOMIYA | 2018-02-14 | 1 | -2/+2 |
| | | |||||
* | | Update type annotations | Takeshi KOMIYA | 2018-02-04 | 1 | -0/+2 |
|/ | |||||
* | Use flake8-import-order | Takeshi KOMIYA | 2018-01-28 | 1 | -3/+3 |
| | |||||
* | Merge branch 'happy_new_year' into master | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| | |