Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-13refactor: Use PEP-526 based variable annotation (sphinx.builders)Takeshi KOMIYA
2021-03-12Merge branch 'master' into latex_better_fix_pygmentsJean-François B
2021-03-06Merge branch '3.x'Takeshi KOMIYA
2021-03-04Fix #8936: LaTeX: A custom LaTeX builder fails with unknown node errorTakeshi KOMIYA
2021-02-28Close #8326: Rename master_doc to root_docTakeshi KOMIYA
2021-02-13Mention pygments_style in sphinxhighlight.styjfbu
2021-02-12Merge branch '3.x'Takeshi KOMIYA
2021-02-12Merge pull request #8866 from tk0miya/8865_IndexInSectionTitleTransformTakeshi KOMIYA
2021-02-10Merge pull request #8861 from tk0miya/refactor_latex_writer3Takeshi KOMIYA
2021-02-10LaTeX: Restructure the index nodes inside title nodes only on LaTeX buildsTakeshi KOMIYA
2021-02-10SubstitutionDefinitionsRemove: only run for LaTeX builderBrecht Machiels
2021-02-09refactor: LaTeX: Assign node_ids to footnotemark and footnotetextTakeshi KOMIYA
2021-01-27Refactor LaTeX [2/2]: renamings of auxiliary Sphinx LaTeX packagesjfbu
2021-01-21LaTeX: update default font configurationjfbu
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-29Fix #8508: LaTeX: uplatex becomes a default setting of latex_engine for JapaneseTakeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-11-02Merge branch '3.x'Takeshi KOMIYA
2020-11-01Merge branch '3.x' into 8183Takeshi KOMIYA
2020-10-04Merge branch '3.x' into masterTakeshi KOMIYA
2020-10-03Fix missing module: warningsTakeshi KOMIYA
2020-10-03Merge branch '3.x' into masterTakeshi KOMIYA
2020-10-02Merge pull request #8226 from tk0miya/fix_typo_in_latex_builderTakeshi KOMIYA
2020-09-20Close #8081: latex: Allow to add LaTeX package until writing tex fileTakeshi KOMIYA
2020-09-20latex: Fix a typo (refs: #8206)Takeshi KOMIYA
2020-09-13Fix #8169: LaTeX: pxjahyper loaded even when latex_engine is not platexTakeshi KOMIYA
2020-09-08Don't remove substitution_reference nodes (fix #7953)Brecht Machiels
2020-07-04Merge branch '3.x'Takeshi KOMIYA
2020-06-14Fix exception causes all over the codebaseRam Rachum
2020-06-03Merge branch '3.x'Takeshi KOMIYA
2020-05-23Fix #4187: latex: EN DASH disappears from PDF bookmarks in Japanese documentsTakeshi KOMIYA
2020-05-23latex: Allow to add LaTeX package after hyperref loaded via APITakeshi KOMIYA
2020-05-03Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA
2020-04-29Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA
2020-04-19LaTeX: Add :confval:`latex_theme_options` to override theme optionsTakeshi KOMIYA
2020-04-19Merge pull request #7413 from tk0miya/papersize_for_latex_themeTakeshi KOMIYA
2020-04-19refactor: Add Optional to type annotationsTakeshi KOMIYA
2020-04-19Merge branch '3.0.x' into 3.xTakeshi KOMIYA
2020-04-18Merge pull request #7414 from cgudrian/fix_xindy_lang_optionsTakeshi KOMIYA
2020-04-12LaTeX: Allow to override papersize and pointsize from LaTeX themesTakeshi KOMIYA
2020-04-12refactor: latex BuiltInThemeTakeshi KOMIYA
2020-04-12Merge pull request #7412 from tk0miya/optional_toplevel_sectioningTakeshi KOMIYA
2020-04-05Fix #7409: Convert configuration values on late config-inited eventTakeshi KOMIYA
2020-04-04fixed Xindy language optionsChristian Gudrian
2020-04-04LaTeX: Make the ``toplevel_sectioning`` setting optional in LaTeX themeTakeshi KOMIYA
2020-03-09put comma between sentencesRafael Fontenelle
2020-03-06refactor: latex: Move initialization of multilingual module to builderTakeshi KOMIYA
2020-03-06Support user defined LaTeX themesTakeshi KOMIYA