summaryrefslogtreecommitdiff
path: root/sphinx/builders/html
Commit message (Expand)AuthorAgeFilesLines
* Fix #8885: html: AttributeError for CSS/JS files on html_contextTakeshi KOMIYA2021-02-161-2/+14
* refactor: html: Fix typoTakeshi KOMIYA2021-02-161-1/+1
* Embed stemmer code into language_data.js by reading it from minified-js filesDmitry Shachnev2021-02-121-3/+7
* Close #6550: html: Allow to use HTML permalink textsTakeshi KOMIYA2021-01-241-1/+14
* Fix #8714: html: kbd role with "Caps Lock" rendered incorrectlyTakeshi KOMIYA2021-01-221-3/+24
* Merge branch '3.4.x' into 3.xTakeshi KOMIYA2021-01-221-2/+2
|\
| * Fix mypy violations (with mypy-0.800)Takeshi KOMIYA2021-01-221-2/+2
* | Close #6241: html: Allow to add JS/CSS files to the specific pageTakeshi KOMIYA2021-01-071-0/+8
* | Close #8634: html: Allow to change the order of JS/CSSTakeshi KOMIYA2021-01-021-7/+18
* | Merge branch '3.4.x' into 3.xTakeshi KOMIYA2021-01-012-2/+2
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2021-01-012-2/+2
* | Merge pull request #8630 from tk0miya/8629_warning_for_html_use_opensearch_twiceTakeshi KOMIYA2021-01-011-3/+0
|\ \
| * | Fix #8629: html: A type warning for html_use_opensearch is shown twiceTakeshi KOMIYA2020-12-311-3/+0
* | | Merge pull request #8620 from tk0miya/8619_compound_kbdTakeshi KOMIYA2020-12-311-1/+2
|\ \ \ | |/ / |/| |
| * | Close #8619: html: kbd role generates customizable HTML tags for compound keysTakeshi KOMIYA2020-12-301-1/+2
| |/
* | Fix #8618: html: incorrect HTML for single compound-kdb separatorsTakeshi KOMIYA2020-12-301-1/+1
|/
* Deprecate sphinx.util.osutil.movefile() in favor of os.replace()Jon Dufresne2020-12-131-2/+3
* refactor: Register events for HTML builders in the HTML builder moduleTakeshi KOMIYA2020-11-291-0/+4
* Fix #8419: html search: Do not load language_data.js in non-search pagesTakeshi KOMIYA2020-11-191-1/+0
* Sort imports with isortFrançois Freitag2020-11-111-8/+9
* 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