summaryrefslogtreecommitdiff
path: root/sphinx/deprecation.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: Remove RemovedInSphinx40WarningTakeshi KOMIYA2021-05-231-4/+0
* refactor: use raw Type for type annotationsTakeshi KOMIYA2021-04-041-3/+3
* Update type annotationsTakeshi KOMIYA2021-02-091-1/+1
* Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
| * Deprecate Documenter.get_object_members()Takeshi KOMIYA2020-11-211-0/+4
* | Merge branch '3.x'Takeshi KOMIYA2020-07-241-10/+22
|\ \ | |/
| * Preserve backwards compatibilityPeter Bell2020-07-161-41/+18
| * Add type check to aliases dictPeter Bell2020-07-151-0/+4
| * Require canonical name to be specified when calling deprecated_aliasPeter Bell2020-07-151-12/+40
| * Improve warning message from deprecated_aliasPeter Bell2020-07-131-4/+7
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-2/+2
* | Merge branch '3.x'Takeshi KOMIYA2020-04-271-1/+1
|\ \ | |/
| * Merge pull request #7509 from tk0miya/refactor_Optional_typehintsTakeshi KOMIYA2020-04-201-1/+1
| |\
| | * refactor: Add Optional to type annotationsTakeshi KOMIYA2020-04-191-1/+1
* | | Merge branch '3.x'Takeshi KOMIYA2020-04-191-3/+3
|\ \ \ | |/ /
| * | Fix sphinx crashes with ImportError on python3.5.1Takeshi KOMIYA2020-04-191-4/+7
| |/
* | Deprecate codes for python 3.5Takeshi KOMIYA2020-03-071-2/+1
* | Deprecate codes for docutils-0.13 or 0.14Takeshi KOMIYA2020-03-071-0/+4
|/
* Merge branch '2.0'Takeshi KOMIYA2020-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* | Merge branch '2.0'Takeshi KOMIYA2019-12-251-23/+12
|\ \ | |/
| * Migrate to py3 style type annotation: sphinx.deprecationTakeshi KOMIYA2019-12-251-23/+12
* | Merge branch '2.0'Takeshi KOMIYA2019-08-191-4/+1
|\ \ | |/
| * Switch uses of __import__ to importlib.get_module()Jon Dufresne2019-08-171-4/+1
* | Merge branch '2.0'jfbu2019-08-011-1/+2
|\ \ | |/
| * Fix type annotation for python 3.5.1Takeshi KOMIYA2019-07-131-1/+2
* | Merge branch '2.0'Takeshi KOMIYA2019-06-021-2/+2
|\ \ | |/
| * Improve deprecation warning message (refs: #5878)jfbu2019-04-281-2/+2
| * Fix RemovedInSphinx30Warning is marked as pendingTakeshi KOMIYA2019-04-051-1/+1
| * Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-191-1/+1
* | Add RemovedInSphinx50WarningTakeshi KOMIYA2019-04-061-1/+5
* | Drop features and APIs deprecated in 1.8Takeshi KOMIYA2019-03-301-5/+1
* | Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-171-1/+1
|/
* Fix typoTakeshi KOMIYA2019-02-111-1/+1
* refactor: Add compat module to avoid recursive importTakeshi KOMIYA2019-01-031-0/+30
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-6/+6
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-5/+4
* | Remove comments for py2Takeshi KOMIYA2018-12-151-1/+0
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Merge branch '1.8'Takeshi KOMIYA2018-11-011-5/+5
|\ \ | |/
| * Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA2018-10-171-5/+5
* | Drop APIs deprecated in 2.0Takeshi KOMIYA2018-09-031-5/+1
|/
* Promote RemovedInSphinx20Warning to next versionTakeshi KOMIYA2018-05-141-10/+2
* Rename add_stylesheet() to add_css_file()Takeshi KOMIYA2018-04-061-0/+4
* Fix mypy violationsTakeshi KOMIYA2018-03-031-2/+7
* refactor: Move versionlabels to sphinx.directives.otherTakeshi KOMIYA2018-03-031-0/+37