summaryrefslogtreecommitdiff
path: root/sphinx/registry.py
Commit message (Expand)AuthorAgeFilesLines
* Fix nits after review by tk0miya; merge HEADLouis Maddox2021-07-191-3/+1
* Improve sphinx.registry docstringsLouis Maddox2021-07-181-1/+3
* Fix typoEisuke Kawashima2021-07-081-1/+1
* Merge branch '4.x' into humitos/add-html-assets-in-all-pagesManuel Kaufmann2021-06-141-0/+6
|\
| * Deprecate app.html_themesTakeshi KOMIYA2021-05-121-0/+6
* | Rename variable to `html_assets_policy`Manuel Kaufmann2021-06-141-0/+3
|/
* Merge pull request #9064 from tk0miya/refactor_type_annotationTakeshi KOMIYA2021-04-081-2/+3
|\
| * refactor: Add Optional to type annotationsTakeshi KOMIYA2021-04-081-2/+3
* | refactor: Use PEP-526 based variable annotationTakeshi KOMIYA2021-04-081-23/+23
|/
* refactor: use raw Type for type annotationsTakeshi KOMIYA2021-04-041-20/+20
* Deprecate SphinxComponentRegistry.get_source_input()Takeshi KOMIYA2021-03-021-0/+5
* Merge branch '3.x'Takeshi KOMIYA2021-01-031-4/+4
|\
| * Close #8634: html: Allow to change the order of JS/CSSTakeshi KOMIYA2021-01-021-4/+4
* | Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
| * Sort imports with isortFrançois Freitag2020-11-111-0/+1
* | Do isortTakeshi KOMIYA2020-11-121-2/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-10-241-2/+2
|\ \ | |/
| * refactor: Change signature of app.add_source_parser()Takeshi KOMIYA2020-10-041-2/+2
* | Merge branch '3.x' into masterTakeshi KOMIYA2020-09-131-1/+1
|\ \ | |/
| * Fix typo'd comment in SphinxComponentRegistry.add_html_math_renderer()Dominic Davis-Foster2020-08-251-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-08-141-0/+7
|\ \ | |/
| * Check if LaTeX package already addedYves Chevallier2020-08-091-0/+7
* | Merge branch '3.x'Takeshi KOMIYA2020-07-051-9/+12
|\ \ | |/
| * Fix exception causes all over the codebaseRam Rachum2020-06-141-9/+12
* | Merge branch '3.x'Takeshi KOMIYA2020-06-041-2/+7
|\ \ | |/
| * latex: Allow to add LaTeX package after hyperref loaded via APITakeshi KOMIYA2020-05-241-2/+7
* | Merge branch '3.x'Takeshi KOMIYA2020-04-061-1/+1
|\ \ | |/
| * Fix #7409: Convert configuration values on late config-inited eventTakeshi KOMIYA2020-04-051-1/+1
* | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-071-2/+2
* | Deprecate codes for python 3.5Takeshi KOMIYA2020-03-071-2/+1
|/
* Merge branch '2.x' into 3.xTakeshi KOMIYA2020-03-011-1/+1
|\
| * refactor: Do not evaluate debug message on callingTakeshi KOMIYA2020-02-291-1/+1
* | refactor: Update type annotations in sphinx.*Takeshi KOMIYA2020-02-231-1/+1
* | Merge branch '2.0'Takeshi KOMIYA2020-01-011-4/+5
|\ \ | |/
| * mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-5/+6
* | Fix flake8 violationsTakeshi KOMIYA2019-12-251-2/+0
* | Merge branch '2.0'Takeshi KOMIYA2019-12-251-90/+67
|\ \ | |/
| * Migrate to py3 style type annotation: sphinx.registryTakeshi KOMIYA2019-12-251-95/+69
* | Merge branch '2.0'Takeshi KOMIYA2019-08-191-3/+5
|\ \ | |/
| * Switch uses of __import__ to importlib.get_module()Jon Dufresne2019-08-171-3/+5
* | Merge branch '2.0'jfbu2019-08-011-1/+2
|\ \ | |/
| * Fix type annotation for python 3.5.1Takeshi KOMIYA2019-07-131-1/+2
* | Drop features and APIs deprecated in 1.8Takeshi KOMIYA2019-03-301-59/+7
|/
* refactor: Use simple Input classTakeshi KOMIYA2018-12-171-1/+3
* Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-46/+46
* Remove print_function featureTakeshi KOMIYA2018-12-151-1/+0
* Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-3/+3
* Fix annotationsTakeshi KOMIYA2018-12-081-1/+2