summaryrefslogtreecommitdiff
path: root/sphinx/registry.py
Commit message (Expand)AuthorAgeFilesLines
* Fix more strict static typing errors (#10681)danieleades2022-08-281-2/+1
* Fix some static typing errors (#10745)danieleades2022-08-141-10/+28
* Improve support for deprecated builders without env arg (#10702)James Knight2022-07-251-1/+1
* Replace deprecated logging.warn with logging.warning (#10592)Hugo van Kemenade2022-06-251-1/+1
* Increase static typing strictness (#10530)Adam Turner2022-06-161-3/+15
* Move creation to `sphinx.io`Adam Turner2022-05-021-35/+9
* Cache publisher for reading documentsAdam Turner2022-04-171-2/+42
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* Merge branch '4.3.x' into 4.xTakeshi KOMIYA2022-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* | Rename variables for clarityThomas Kluyver2021-12-241-2/+2
* | Run isortThomas Kluyver2021-12-221-0/+1
* | Add comment about import optionsThomas Kluyver2021-12-221-1/+1
* | Replace pkg_resources with importlib.metadataThomas Kluyver2021-12-221-5/+8
|/
* 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
|\