summaryrefslogtreecommitdiff
path: root/sphinx/builders
Commit message (Expand)AuthorAgeFilesLines
* Fix exception causes all over the codebaseRam Rachum2020-06-143-6/+8
* Close #7247: linkcheck: Add linkcheck_request_headersTakeshi KOMIYA2020-06-011-5/+26
* Fix #4187: latex: EN DASH disappears from PDF bookmarks in Japanese documentsTakeshi KOMIYA2020-05-241-0/+7
* latex: Allow to add LaTeX package after hyperref loaded via APITakeshi KOMIYA2020-05-241-0/+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-035-5/+5
|\ \
| * | Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA2020-05-035-5/+5
* | | Close #7530: html: Support nested <kbd> elementsTakeshi KOMIYA2020-05-022-0/+72
|/ /
* | LaTeX: Add :confval:`latex_theme_options` to override theme optionsTakeshi KOMIYA2020-04-202-0/+16
* | Merge pull request #7413 from tk0miya/papersize_for_latex_themeTakeshi KOMIYA2020-04-203-26/+33
|\ \
| * | LaTeX: Allow to override papersize and pointsize from LaTeX themesTakeshi KOMIYA2020-04-123-8/+23
| * | refactor: latex BuiltInThemeTakeshi KOMIYA2020-04-121-18/+10
* | | refactor: Add Optional to type annotationsTakeshi KOMIYA2020-04-191-1/+3
* | | Merge branch '3.0.x' into 3.xTakeshi KOMIYA2020-04-191-6/+6
|\ \ \ | |/ / |/| / | |/
| * Merge pull request #7414 from cgudrian/fix_xindy_lang_optionsTakeshi KOMIYA2020-04-191-6/+6
| |\
| | * fixed Xindy language optionsChristian Gudrian2020-04-041-6/+6
* | | Merge pull request #7412 from tk0miya/optional_toplevel_sectioningTakeshi KOMIYA2020-04-121-9/+19
|\ \ \ | |/ / |/| |
| * | LaTeX: Make the ``toplevel_sectioning`` setting optional in LaTeX themeTakeshi KOMIYA2020-04-041-9/+19
* | | Fix #7409: Convert configuration values on late config-inited eventTakeshi KOMIYA2020-04-053-8/+8
| |/ |/|
* | Fix #7401: Incorrect argument is passed for env-get-outdated handlersTakeshi KOMIYA2020-03-311-1/+1
* | Fix #7301: epub: duplicated node_ids are generatedTakeshi KOMIYA2020-03-291-11/+12
|/
* 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-077-81/+234
| |\
| * | Replace f-strings with percent syntaxSeptatrix2020-02-131-2/+2
| * | Fix default value for html_aux_pygments_stylesSeptatrix2020-02-131-1/+1
| * | Add option for auxiliary pygments stylesSeptatrix2020-02-121-0/+16
* | | put comma between sentencesRafael Fontenelle2020-03-081-1/+1
* | | Fix use of html_file_suffix instead of html_link_suffix in search resultsrdb2020-03-081-0/+1
| |/ |/|
* | refactor: latex: Move initialization of multilingual module to builderTakeshi KOMIYA2020-03-072-1/+45
* | Support user defined LaTeX themesTakeshi KOMIYA2020-03-062-4/+48