summaryrefslogtreecommitdiff
path: root/sphinx/application.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.3.x' into 4.xTakeshi KOMIYA2022-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* | Close #10013: html: Allow to change the loading method of JavaScriptTakeshi KOMIYA2021-12-251-2/+13
* | refactor: docs: Use :param: fields for add_js_file() and add_css_file()Takeshi KOMIYA2021-12-251-14/+20
|/
* Merge pull request #9793 from samdoran/enable-parallel-on-macosTakeshi KOMIYA2021-12-111-7/+0
|\
| * Set multiprocessing start method to forkSam Doran2021-10-281-7/+0
* | Close #9618: i18n: Add gettext_allow_fuzzy_translationsTakeshi KOMIYA2021-11-101-1/+2
|/
* Close #9683: Revert the removal of ``add_stylesheet()`` APITakeshi KOMIYA2021-10-031-0/+20
* Address flake8 errors in whitespace lintingLouis Maddox2021-07-231-3/+3
* Improvements to sphinx.application docstringsLouis Maddox2021-07-181-31/+31
* Merge branch '4.x' into humitos/add-html-assets-in-all-pagesManuel Kaufmann2021-06-141-26/+25
|\
| * fix: Fix typo in add_directive docstringJames McKinney2021-06-051-1/+1
| * Merge pull request #9242 from tk0miya/refactor_env2Takeshi KOMIYA2021-05-221-2/+1
| |\
| | * refactor: Make the app argument for BuildEnvironment requiredTakeshi KOMIYA2021-05-221-2/+1
| * | Merge pull request #9239 from igo95862/https-linksTakeshi KOMIYA2021-05-191-3/+3
| |\ \ | | |/ | |/|
| | * doc: Upgrade docutils.sourceforge.io links to HTTPSigo958622021-05-161-3/+3
| * | refactor: Do config file existence check in Config.read()Takeshi KOMIYA2021-05-161-12/+5
| |/
| * Deprecate app.html_themesTakeshi KOMIYA2021-05-121-4/+11
| * refactor: Add Optional to type annotationsTakeshi KOMIYA2021-05-101-4/+4
* | Rename variable to `html_assets_policy`Manuel Kaufmann2021-06-141-8/+12
* | Add `Sphinx.add_html_assets_in_all_pages`Manuel Kaufmann2021-05-061-0/+8
|/
* Merge branch 'master' into patch-1Takeshi KOMIYA2021-04-101-70/+38
|\
| * Merge pull request #9064 from tk0miya/refactor_type_annotationTakeshi KOMIYA2021-04-081-2/+1
| |\
| | * refactor: Add Optional to type annotationsTakeshi KOMIYA2021-04-081-2/+1
| * | refactor: Use PEP-526 based variable annotationTakeshi KOMIYA2021-04-081-9/+9
| |/
| * refactor: use raw Type for type annotationsTakeshi KOMIYA2021-04-041-17/+17
| * doc: Link autodoc tutorial in add_autodocumenter docstringigo958622021-03-091-1/+1
| * Update type annotationsTakeshi KOMIYA2021-02-091-0/+3
| * Merge branch '3.x'Takeshi KOMIYA2021-01-281-55/+69
| |\
| * \ Merge branch '3.x'Takeshi KOMIYA2021-01-241-27/+40
| |\ \
| * \ \ Merge branch '3.x'Takeshi KOMIYA2021-01-241-0/+4
| |\ \ \
| * \ \ \ Merge branch '3.x'Takeshi KOMIYA2021-01-081-7/+17
| |\ \ \ \
| * | | | | refactor: Move CSS tags in basic/layout.html to ``css_files`` variableTakeshi KOMIYA2021-01-031-0/+2
| * | | | | Merge branch '3.x'Takeshi KOMIYA2021-01-031-13/+41
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch '3.x'Takeshi KOMIYA2020-11-211-3/+3
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch '3.x'Takeshi KOMIYA2020-11-121-7/+6
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch '3.x'Takeshi KOMIYA2020-10-241-8/+57
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch '3.x' into masterTakeshi KOMIYA2020-10-041-2/+5
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'v3.1.0'Takeshi KOMIYA2020-07-051-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch '3.x'Takeshi KOMIYA2020-06-041-7/+22
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch '3.x'Takeshi KOMIYA2020-05-171-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-36/+3
| * | | | | | | | | | | | | | Merge branch '3.x'Takeshi KOMIYA2020-03-211-6/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch '3.x'Takeshi KOMIYA2020-03-121-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-071-3/+2
| * | | | | | | | | | | | | | | | Deprecate codes for python 3.5Takeshi KOMIYA2020-03-071-2/+1
* | | | | | | | | | | | | | | | | Depart method for node is optionalMartin HasoĊˆ2021-04-091-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | doc: Apply :params: to some APIs in app classTakeshi KOMIYA2021-01-261-55/+69
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #8744 from tk0miya/refactor_doc4Takeshi KOMIYA2021-01-241-27/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |