| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Close #7247: linkcheck: Add linkcheck_request_headers | Takeshi KOMIYA | 2020-06-01 | 1 | -5/+26 |
| | | |||||
| * | Fix #4187: latex: EN DASH disappears from PDF bookmarks in Japanese documents | Takeshi KOMIYA | 2020-05-24 | 1 | -0/+7 |
| | | |||||
| * | latex: Allow to add LaTeX package after hyperref loaded via API | Takeshi KOMIYA | 2020-05-24 | 1 | -0/+2 |
| | | |||||
| * | Merge branch '3.0.x' into 3.x | Takeshi KOMIYA | 2020-05-09 | 1 | -2/+1 |
| |\ | |||||
| | * | Rename fips_safe_md5 to md5 | Lars Hupfeldt | 2020-05-05 | 1 | -2/+2 |
| | | | |||||
| | * | Introduce fips_safe_md5, see issue #7611 | Lars Hupfeldt | 2020-05-05 | 1 | -3/+2 |
| | | | |||||
| * | | Merge pull request #7602 from tk0miya/stacklevel | Takeshi KOMIYA | 2020-05-03 | 5 | -5/+5 |
| |\ \ | | | | | | | Add stacklevel parameter to warnings.warn() call | ||||
| | * | | Add stacklevel parameter to warnings.warn() call | Takeshi KOMIYA | 2020-05-03 | 5 | -5/+5 |
| | | | | |||||
| * | | | Close #7530: html: Support nested <kbd> elements | Takeshi KOMIYA | 2020-05-02 | 2 | -0/+72 |
| |/ / | |||||
| * | | LaTeX: Add :confval:`latex_theme_options` to override theme options | Takeshi KOMIYA | 2020-04-20 | 2 | -0/+16 |
| | | | |||||
| * | | Merge pull request #7413 from tk0miya/papersize_for_latex_theme | Takeshi KOMIYA | 2020-04-20 | 3 | -26/+33 |
| |\ \ | | | | | | | LaTeX: Allow to override papersize and pointsize from LaTeX themes | ||||
| | * | | LaTeX: Allow to override papersize and pointsize from LaTeX themes | Takeshi KOMIYA | 2020-04-12 | 3 | -8/+23 |
| | | | | |||||
| | * | | refactor: latex BuiltInTheme | Takeshi KOMIYA | 2020-04-12 | 1 | -18/+10 |
| | | | | | | | | | | | | | Replace properties by attributes to allow to modify them at later step. | ||||
| * | | | refactor: Add Optional to type annotations | Takeshi KOMIYA | 2020-04-19 | 1 | -1/+3 |
| | | | | |||||
| * | | | Merge branch '3.0.x' into 3.x | Takeshi KOMIYA | 2020-04-19 | 1 | -6/+6 |
| |\ \ \ | |/ / |/| / | |/ | |||||
| | * | Merge pull request #7414 from cgudrian/fix_xindy_lang_options | Takeshi KOMIYA | 2020-04-19 | 1 | -6/+6 |
| | |\ | | | | | | | Fix for Xindy language options | ||||
| | | * | fixed Xindy language options | Christian Gudrian | 2020-04-04 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current language options for Xindy do not work if there are variants involved (din5007, cyrillic, etc.). The reason is that Xindy's module lookup derives the variant from the language argument (-L) and not from the codepage argument (-C). This patch has been tested with TeXLive 2019 (Xindy 2.5.1). | ||||
| * | | | Merge pull request #7412 from tk0miya/optional_toplevel_sectioning | Takeshi KOMIYA | 2020-04-12 | 1 | -9/+19 |
| |\ \ \ | |/ / |/| | | LaTeX: Make the ``toplevel_sectioning`` setting optional in LaTeX theme | ||||
| | * | | LaTeX: Make the ``toplevel_sectioning`` setting optional in LaTeX theme | Takeshi KOMIYA | 2020-04-04 | 1 | -9/+19 |
| | | | | |||||
| * | | | Fix #7409: Convert configuration values on late config-inited event | Takeshi KOMIYA | 2020-04-05 | 3 | -8/+8 |
| | |/ |/| | | | | | | | | | This changes a priority for config-inited handlers of core modules to invoke them at the late of the event. It allows extensions to modify configurations. | ||||
| * | | Fix #7401: Incorrect argument is passed for env-get-outdated handlers | Takeshi KOMIYA | 2020-03-31 | 1 | -1/+1 |
| | | | |||||
| * | | Fix #7301: epub: duplicated node_ids are generated | Takeshi KOMIYA | 2020-03-29 | 1 | -11/+12 |
| |/ | |||||
| * | Fix #7325: html: source_suffix containing dot leads to wrong source link | Takeshi KOMIYA | 2020-03-18 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #7142 from septatrix/html-auxiliary-pygments-style | Takeshi KOMIYA | 2020-03-15 | 1 | -1/+18 |
| |\ | | | | | Add option for auxiliary pygments styles | ||||
| | * | Remove unused import | Septatrix | 2020-03-14 | 1 | -1/+1 |
| | | | |||||
| | * | Remove html_pygments_dark_style option | Septatrix | 2020-03-14 | 1 | -4/+1 |
| | | | |||||
| | * | Remove auxiliary highlighter feature | Septatrix | 2020-03-14 | 1 | -20/+3 |
| | | | |||||
| | * | Use add_css_file instead of template modification | Septatrix | 2020-03-13 | 1 | -1/+3 |
| | | | |||||
| | * | Fix typo | Septatrix | 2020-03-08 | 1 | -1/+1 |
| | | | |||||
| | * | Fix typo | Septatrix | 2020-03-08 | 1 | -1/+1 |
| | | | |||||
| | * | Check existence of dark highlighter | Septatrix | 2020-03-08 | 1 | -2/+3 |
| | | | |||||
| | * | Fix default value for pygments_dark_style | Septatrix | 2020-03-08 | 1 | -1/+1 |
| | | | |||||
| | * | Remove html_pygments_aux_styles option | Septatrix | 2020-03-08 | 1 | -8/+4 |
| | | | |||||
| | * | Revert some redundant changes | Septatrix | 2020-03-08 | 1 | -6/+8 |
| | | | |||||
| | * | Fix mypy type error | Septatrix | 2020-03-08 | 1 | -1/+1 |
| | | | |||||
| | * | Fix reference before assignment error | Septatrix | 2020-03-08 | 1 | -0/+1 |
| | | | |||||
| | * | Fix double dict.items() call | Septatrix | 2020-03-08 | 1 | -2/+2 |
| | | | |||||
| | * | Fix config value name | Septatrix | 2020-03-08 | 1 | -2/+2 |
| | | | |||||
| | * | Fix config value name | Septatrix | 2020-03-08 | 1 | -1/+1 |
| | | | |||||
| | * | Fix formatting | Septatrix | 2020-03-08 | 1 | -2/+3 |
| | | | |||||
| | * | Add dark theme to template | Septatrix | 2020-03-08 | 1 | -15/+33 |
| | | | |||||
| | * | Merge branch '3.x' into html-auxiliary-pygments-style | Septatrix | 2020-03-07 | 7 | -81/+234 |
| | |\ | |||||
| | * | | Replace f-strings with percent syntax | Septatrix | 2020-02-13 | 1 | -2/+2 |
| | | | | |||||
| | * | | Fix default value for html_aux_pygments_styles | Septatrix | 2020-02-13 | 1 | -1/+1 |
| | | | | |||||
| | * | | Add option for auxiliary pygments styles | Septatrix | 2020-02-12 | 1 | -0/+16 |
| | | | | |||||
| * | | | put comma between sentences | Rafael Fontenelle | 2020-03-08 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix use of html_file_suffix instead of html_link_suffix in search results | rdb | 2020-03-08 | 1 | -0/+1 |
| | |/ |/| | |||||
| * | | refactor: latex: Move initialization of multilingual module to builder | Takeshi KOMIYA | 2020-03-07 | 2 | -1/+45 |
| | | | |||||
| * | | Support user defined LaTeX themes | Takeshi KOMIYA | 2020-03-06 | 2 | -4/+48 |
| | | | |||||
| * | | Support LaTeX Theming; a set of document class settings (refs: #6672) | Takeshi KOMIYA | 2020-03-06 | 2 | -6/+88 |
| | | | |||||
