Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update ``sphinx.deprecation`` for Sphinx 7.0 (#11386) | Adam Turner | 2023-04-28 | 1 | -10/+10 |
| | |||||
* | Revert "Support and prefer ``.jinja`` to ``_t`` for static templates ↵ | James Addison | 2023-04-23 | 1 | -28/+0 |
| | | | | | (#11165)" (#11329) This reverts commit 5d13215b58f93c6be8255ef2e3e20836508c7d47. | ||||
* | Support and prefer ``.jinja`` to ``_t`` for static templates (#11165) | James Addison | 2023-04-07 | 1 | -0/+28 |
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | Fix COM812 | Adam Turner | 2023-02-18 | 1 | -1/+1 |
| | |||||
* | Replace deprecation tooling with module level ``__getattr__`` (#11054) | Adam Turner | 2023-01-08 | 1 | -65/+46 |
| | |||||
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 1 | -6/+6 |
| | |||||
* | 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 |
| | |||||
* | Merge branch '5.x' | Adam Turner | 2022-09-30 | 1 | -4/+4 |
|\ | | | | | | | | | # Conflicts: # sphinx/locale/__init__.py | ||||
| * | shrink 'any-generics' whitelist for the 'deprecation' module (#10849) | danieleades | 2022-09-29 | 1 | -4/+4 |
| | | |||||
* | | Remove deprecated items for Sphinx 6.0 (#10471) | Adam Turner | 2022-06-16 | 1 | -3/+3 |
|/ | |||||
* | Review comments | Adam Turner | 2022-04-17 | 1 | -1/+1 |
| | |||||
* | Remove deprecated code for Sphinx 5.0 | Adam Turner | 2022-04-17 | 1 | -5/+1 |
| | |||||
* | Merge branch '4.x' | Takeshi KOMIYA | 2022-03-19 | 1 | -9/+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 |
| | | |||||
* | | Merge branch '4.x' | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | | |||||
* | | Deprecate sphinx.writers.latex.LaTeXWriter.docclasses | Takeshi KOMIYA | 2021-12-18 | 1 | -0/+4 |
|/ | |||||
* | refactor: Remove RemovedInSphinx40Warning | Takeshi KOMIYA | 2021-05-23 | 1 | -4/+0 |
| | |||||
* | refactor: use raw Type for type annotations | Takeshi KOMIYA | 2021-04-04 | 1 | -3/+3 |
| | |||||
* | Update type annotations | Takeshi KOMIYA | 2021-02-09 | 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 | ||||
| * | Deprecate Documenter.get_object_members() | Takeshi KOMIYA | 2020-11-21 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | At present, the implementation of Documenter.get_object_members() is only for class objects. In fact, no subclasses use it (all of them are overriding the method). This deprecates Documenter.get_object_members() and copies it to ClassDocumenter.get_object_members(). | ||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-24 | 1 | -10/+22 |
|\ \ | |/ | |||||
| * | Preserve backwards compatibility | Peter Bell | 2020-07-16 | 1 | -41/+18 |
| | | |||||
| * | Add type check to aliases dict | Peter Bell | 2020-07-15 | 1 | -0/+4 |
| | | |||||
| * | Require canonical name to be specified when calling deprecated_alias | Peter Bell | 2020-07-15 | 1 | -12/+40 |
| | | |||||
| * | Improve warning message from deprecated_alias | Peter Bell | 2020-07-13 | 1 | -4/+7 |
| | | |||||
* | | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 1 | -2/+2 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-04-27 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge pull request #7509 from tk0miya/refactor_Optional_typehints | Takeshi KOMIYA | 2020-04-20 | 1 | -1/+1 |
| |\ | | | | | | | refactor: Add Optional to type annotations | ||||
| | * | refactor: Add Optional to type annotations | Takeshi KOMIYA | 2020-04-19 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-04-19 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Fix sphinx crashes with ImportError on python3.5.1 | Takeshi KOMIYA | 2020-04-19 | 1 | -4/+7 |
| |/ | | | | | | | | | typing.Type was added since python 3.5.2. So it should be imported only on type checking. | ||||
* | | Deprecate codes for python 3.5 | Takeshi KOMIYA | 2020-03-07 | 1 | -2/+1 |
| | | |||||
* | | Deprecate codes for docutils-0.13 or 0.14 | Takeshi KOMIYA | 2020-03-07 | 1 | -0/+4 |
|/ | |||||
* | 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-12-25 | 1 | -23/+12 |
|\ \ | |/ | |||||
| * | Migrate to py3 style type annotation: sphinx.deprecation | Takeshi KOMIYA | 2019-12-25 | 1 | -23/+12 |
| | | |||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-08-19 | 1 | -4/+1 |
|\ \ | |/ | |||||
| * | Switch uses of __import__ to importlib.get_module() | Jon Dufresne | 2019-08-17 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Python docs for __import__ recommend using importlib.get_module(). https://docs.python.org/3/library/functions.html#__import__ > Note: This is an advanced function that is not needed in everyday > Python programming, unlike importlib.import_module(). As importlib.get_module() uses the Python module cache and returns the module, this also allows simplifying many module cache checks of use of sys.modules. importlib.get_module() has been available since Python 3.3. | ||||
* | | Merge branch '2.0' | jfbu | 2019-08-01 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Fix type annotation for python 3.5.1 | Takeshi KOMIYA | 2019-07-13 | 1 | -1/+2 |
| | | |||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-06-02 | 1 | -2/+2 |
|\ \ | |/ |