summaryrefslogtreecommitdiff
path: root/sphinx/builders/html
Commit message (Expand)AuthorAgeFilesLines
* Fix: missing and redundant spacing (and etc) for console output on building.shimizukawa2020-10-041-6/+6
* Close #8100: html: Show a better error message for html_static_filesTakeshi KOMIYA2020-08-141-2/+11
* Fix #7745: html: inventory is broken if the docname contains a spaceTakeshi KOMIYA2020-07-131-1/+2
* Close #7902: html theme: Add a new option globaltoc_maxdepthTakeshi KOMIYA2020-07-111-0/+2
* Close #7849: html: Add html_codeblock_linenos_styleTakeshi KOMIYA2020-07-111-1/+3
* Fix exception causes all over the codebaseRam Rachum2020-06-141-2/+2
* Merge branch '3.0.x' into 3.xTakeshi KOMIYA2020-05-091-2/+1
|\
| * Rename fips_safe_md5 to md5Lars Hupfeldt2020-05-051-2/+2
| * Introduce fips_safe_md5, see issue #7611Lars Hupfeldt2020-05-051-3/+2
* | Merge pull request #7602 from tk0miya/stacklevelTakeshi KOMIYA2020-05-031-1/+1
|\ \
| * | Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA2020-05-031-1/+1
| |/
* | Close #7530: html: Support nested <kbd> elementsTakeshi KOMIYA2020-05-022-0/+72
|/
* Fix #7409: Convert configuration values on late config-inited eventTakeshi KOMIYA2020-04-051-6/+6
* Fix #7325: html: source_suffix containing dot leads to wrong source linkTakeshi KOMIYA2020-03-181-1/+1
* Merge pull request #7142 from septatrix/html-auxiliary-pygments-styleTakeshi KOMIYA2020-03-151-1/+18
|\
| * Remove unused importSeptatrix2020-03-141-1/+1
| * Remove html_pygments_dark_style optionSeptatrix2020-03-141-4/+1
| * Remove auxiliary highlighter featureSeptatrix2020-03-141-20/+3
| * Use add_css_file instead of template modificationSeptatrix2020-03-131-1/+3
| * Fix typoSeptatrix2020-03-081-1/+1
| * Fix typoSeptatrix2020-03-081-1/+1
| * Check existence of dark highlighterSeptatrix2020-03-081-2/+3
| * Fix default value for pygments_dark_styleSeptatrix2020-03-081-1/+1
| * Remove html_pygments_aux_styles optionSeptatrix2020-03-081-8/+4
| * Revert some redundant changesSeptatrix2020-03-081-6/+8
| * Fix mypy type errorSeptatrix2020-03-081-1/+1
| * Fix reference before assignment errorSeptatrix2020-03-081-0/+1
| * Fix double dict.items() callSeptatrix2020-03-081-2/+2
| * Fix config value nameSeptatrix2020-03-081-2/+2
| * Fix config value nameSeptatrix2020-03-081-1/+1
| * Fix formattingSeptatrix2020-03-081-2/+3
| * Add dark theme to templateSeptatrix2020-03-081-15/+33
| * Merge branch '3.x' into html-auxiliary-pygments-styleSeptatrix2020-03-071-0/+16
* | Fix use of html_file_suffix instead of html_link_suffix in search resultsrdb2020-03-081-0/+1
|/
* Merge pull request #7064 from tk0miya/7025_nosearchTakeshi KOMIYA2020-02-221-1/+5
|\
| * Close #7025: html search: full text search can be disabled via metadataTakeshi KOMIYA2020-02-221-1/+5
* | Close #7032: html_scaled_image_link is disabled for individual imageTakeshi KOMIYA2020-02-181-6/+10
|/
* refactor: convert builders.html to a python packageTakeshi KOMIYA2020-02-111-0/+1224