Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated items for Sphinx 6.0 (#10471) | Adam Turner | 2022-06-16 | 1 | -51/+0 |
| | |||||
* | 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 |
| | |||||
* | 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 | ||||
* | | Fix flake8 violation | Takeshi KOMIYA | 2020-11-12 | 1 | -0/+1 |
| | | |||||
* | | Do isort | Takeshi KOMIYA | 2020-11-12 | 1 | -1/+0 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -2/+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. | ||||
| * | Preserve backwards compatibility | Peter Bell | 2020-07-16 | 1 | -11/+17 |
| | | |||||
| * | Require canonical name to be specified when calling deprecated_alias | Peter Bell | 2020-07-15 | 1 | -8/+10 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-05 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | Fix exception causes all over the codebase | Ram Rachum | 2020-06-14 | 1 | -3/+4 |
| | | |||||
| * | Merge branch '3.0.x' into 3.x | Takeshi KOMIYA | 2020-06-03 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix mypy violations (with mypy-0.780) | Takeshi KOMIYA | 2020-06-03 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-05-04 | 1 | -2/+9 |
|\ \ \ | |/ / | |||||
| * | | refactor: Catch ImportError for lib2to3 to support future python | Takeshi KOMIYA | 2020-05-04 | 1 | -2/+9 |
| |/ | |||||
* | | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 1 | -52/+2 |
| | | |||||
* | | Deprecate sphinx.util.pycompat.execfile_() | Takeshi KOMIYA | 2020-03-16 | 1 | -1/+8 |
|/ | |||||
* | refactor: Update type annotations in sphinx.util.* | Takeshi KOMIYA | 2020-02-16 | 1 | -1/+1 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | Fix mypy violations (for mypy-0.740) | Takeshi KOMIYA | 2019-10-20 | 1 | -1/+1 |
| | |||||
* | Migrate to py3 style type annotation: sphinx.util.pycompat | Takeshi KOMIYA | 2019-06-03 | 1 | -8/+3 |
| | |||||
* | Clean up import for annotations | Takeshi KOMIYA | 2019-03-06 | 1 | -1/+1 |
| | |||||
* | Deprecate sphinx.util.pycompat:sys_encoding | Takeshi KOMIYA | 2019-02-11 | 1 | -5/+1 |
| | |||||
* | refactor: Move NoneType to sphinx.util.typing | Takeshi KOMIYA | 2019-02-11 | 1 | -3/+2 |
| | |||||
* | refactor: Move terminal_safe() to sphinx.util.console | Takeshi KOMIYA | 2019-02-11 | 1 | -6/+3 |
| | |||||
* | refactor: deprecate some pycompat functions | Takeshi KOMIYA | 2019-01-07 | 1 | -8/+14 |
| | |||||
* | 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 use of six.text_type with str | Jon Dufresne | 2018-12-18 | 1 | -3/+1 |
| | | | | | | | | | | This removes the last use of the six package allowing Sphinx to remove it as a dependency. | ||||
* | | 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. | ||||
* | | Deprecate UnicodeMixin | Takeshi KOMIYA | 2018-12-16 | 1 | -1/+7 |
| | | |||||
* | | Replace all "unicode" type by "str" | Takeshi KOMIYA | 2018-12-15 | 1 | -4/+3 |
| | | |||||
* | | Move to py3 mode for mypy (and remove many "type: ignore" comments) | Takeshi KOMIYA | 2018-12-15 | 1 | -1/+1 |
| | | |||||
* | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 |
| | | |||||
* | | Deprecate evaluating Python 2 syntax in configuration files | Jon Dufresne | 2018-11-22 | 1 | -7/+16 |
| | | |||||
* | | Replace six.exec_() with Python 3 built-in exec() | Jon Dufresne | 2018-11-20 | 1 | -2/+2 |
| | | |||||
* | | Deprecate sphinx.util.pycompat.u | Jon Dufresne | 2018-11-12 | 1 | -1/+1 |
| | | | | | | | | | | It is now simply a constant equal to the empty string. Provides no further utility. | ||||
* | | Merge branch 'master' into HEAD | Takeshi KOMIYA | 2018-09-22 | 1 | -95/+34 |
|\ \ | |||||
| * | | refactoring: Drop PY2 and PY3 flags | Takeshi KOMIYA | 2018-09-22 | 1 | -92/+32 |
| |/ | |||||
* | | Remove unnecessary object from class definitions | Jon Dufresne | 2018-09-11 | 1 | -2/+2 |
|/ | | | | | In Python 3, all classes are new-style classes. The object in the definition is redundant and unnecessary. | ||||
* | Revert "Use typing.TYPE_CHECKING for typehints" | Takeshi KOMIYA | 2018-03-13 | 1 | -3/+2 |
| | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4. | ||||
* | Use typing.TYPE_CHECKING for typehints | Takeshi KOMIYA | 2018-02-14 | 1 | -2/+3 |
| | |||||
* | Use flake8-import-order | Takeshi KOMIYA | 2018-01-28 | 1 | -1/+1 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| |