summaryrefslogtreecommitdiff
path: root/sphinx/builders/html
Commit message (Expand)AuthorAgeFilesLines
* Fix #9267: html theme: CSS and JS files added by theme were loaded twiceTakeshi KOMIYA2021-08-141-3/+5
* refactor: Fix typehint for HTMLBuilder.css_filesTakeshi KOMIYA2021-08-121-2/+2
* Merge pull request #9447 from Blendify/Blendify/html-templates-sphinx-versionTakeshi KOMIYA2021-08-021-0/+2
|\
| * Fix sphinx_version stringAaron Carlisle2021-07-141-1/+1
| * HTML Templates: Expose full sphinx version tupleAaron Carlisle2021-07-131-1/+3
* | Fix handling of local paths in html_logo/html_favicon directorives in conf.pySimon Hausmann2021-07-131-2/+12
* | Simplify logo and favicon assignmentSimon Hausmann2021-06-281-5/+2
* | Fix support for html logo and favicon as urlSimon Hausmann2021-06-251-2/+2
* | Fix #9201: websupport: UndefinedError is raised: 'css_tag' is undefinedTakeshi KOMIYA2021-05-111-10/+21
* | fix missing underscoreMalte Bonart2021-05-041-1/+1
* | refactor: Add testcase for mathjax3_config (refs: #9094)Takeshi KOMIYA2021-04-251-1/+5
|/
* refactor: use raw Type for type annotationsTakeshi KOMIYA2021-04-041-1/+1
* Merge branch 'master' into typosTakeshi KOMIYA2021-03-271-65/+108
|\
| * refactor: Use PEP-526 based variable annotation (sphinx.builders)Takeshi KOMIYA2021-03-131-20/+19
| * BUG: Fix rebuild regressionEric Larson2021-03-031-1/+7
| * Update sphinx/builders/html/__init__.pyThomas Grainger2021-02-281-1/+1
| * Update sphinx/builders/html/__init__.pyThomas Grainger2021-02-281-5/+1
| * Merge branch 'master' into patch-1Thomas Grainger2021-02-281-38/+69
| |\
| | * Close #8326: Rename master_doc to root_docTakeshi KOMIYA2021-02-281-1/+2
| | * Merge branch '3.x'Takeshi KOMIYA2021-02-171-2/+14
| | |\
| | * \ Merge branch '3.x'Takeshi KOMIYA2021-02-141-3/+7
| | |\ \
| | * | | html: html_codeblock_linenos_style defaults to 'inline' (refs: #7849)Takeshi KOMIYA2021-01-261-1/+1
| | * | | Merge pull request #8749 from tk0miya/8737_invalid_logo_is_shownTakeshi KOMIYA2021-01-251-2/+2
| | |\ \ \
| | | * | | Fix #8737: html: broken img tag is appeared when html_logo not setTakeshi KOMIYA2021-01-241-2/+2
| | * | | | Merge pull request #8748 from tk0miya/6550_deprecation_warning_for_html_add_p...Takeshi KOMIYA2021-01-251-0/+3
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Fix #6550: Emit a deprecation warning for html_add_permalinksTakeshi KOMIYA2021-01-241-0/+3
| | * | | | Merge pull request #8737 from tk0miya/8510_html_logo_urlTakeshi KOMIYA2021-01-241-5/+30
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | refactor: Remove unused methodTakeshi KOMIYA2021-01-231-11/+0
| | | * | | Merge branch 'master' into 8510_html_logo_urlTakeshi KOMIYA2021-01-232-51/+92
| | | |\ \ \
| | | * | | | html theme: Add `favicon_url` and `logo_url`Takeshi KOMIYA2021-01-231-2/+23
| | | * | | | refactor: Add sphinx.util:isurl()Takeshi KOMIYA2021-01-231-12/+13
| | | * | | | Fix style check errorsMardelor2020-11-301-2/+4
| | | * | | | Fix basic layout and html_logo & favicon config value process to support url ...Mardelor2020-11-301-3/+3
| | | * | | | Change html_logo & favicon config value process to handle url as valuesMardelor2020-11-281-5/+17
| | * | | | | Merge branch '3.x'Takeshi KOMIYA2021-01-241-1/+14
| | |\ \ \ \ \
| | * | | | | | refactor: html theme: Insert documentation_options.js via script_filesTakeshi KOMIYA2021-01-231-0/+4
| | | |_|/ / / | | |/| | | |
| | * | | | | Merge branch '3.x'Takeshi KOMIYA2021-01-222-5/+26
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch '3.x'Takeshi KOMIYA2021-01-081-0/+8
| | |\ \ \ \ \ \
| | * | | | | | | refactor: Move CSS tags in basic/layout.html to ``css_files`` variableTakeshi KOMIYA2021-01-031-8/+12
| | * | | | | | | Merge branch '3.x'Takeshi KOMIYA2021-01-031-7/+18
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch '3.x'Takeshi KOMIYA2021-01-012-2/+2
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch '3.x'Takeshi KOMIYA2021-01-012-4/+2
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch '3.x'Takeshi KOMIYA2020-12-311-1/+1
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch '3.x'Takeshi KOMIYA2020-12-201-2/+3
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch '3.x'Takeshi KOMIYA2020-12-141-0/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch '3.x'Takeshi KOMIYA2020-11-211-1/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | | Do isortTakeshi KOMIYA2020-11-121-1/+0
| | * | | | | | | | | | | | | Merge branch '3.x'Takeshi KOMIYA2020-11-121-9/+10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch '3.x' into masterTakeshi KOMIYA2020-10-041-6/+6
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch '3.x' into masterTakeshi KOMIYA2020-10-031-2/+11
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \