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
2022-05-05Merge pull request #10251 from jbms/fix-inline-syntax-highlightHEAD4.xTakeshi KOMIYA
2022-03-20Make code role highlighting consistent with code-block directiveJeremy Maitin-Shepard
2022-02-20Collapse single line docstringsAdam Turner
2022-02-20Remove copyright and licence fieldsAdam Turner
2022-02-20Fix module docstring indentationAdam Turner
2022-02-20Fix module docstring first lineAdam Turner
2022-02-20Remove module titles in docstringsAdam Turner
2022-02-14Merge pull request #10087 from marxin/vertical-spaces-for-cpp-functionsJean-François B
2022-02-13Fix #10175: LaTeX: named footnote ref is linked to an incorrect footnoteTakeshi KOMIYA
2022-02-11Merge branch '4.x' into 9529_named_footnotes_in_latexTakeshi KOMIYA
2022-02-06Fix #9529: LaTeX: named footnotes are converted to "?"Takeshi KOMIYA
2022-02-05Appease flake8Adam Turner
2022-02-05Use `settings_default_overrides`Adam Turner
2022-01-26Fix #10121: html: <div> tag for admonition is not closed w/ docutils-0.18Takeshi KOMIYA
2022-01-14Update sphinx/writers/texinfo.pydanieleades
2022-01-13LaTeX: \pysig{start,stop}signatures and related \pysigline refactoringjfbu
2022-01-12address some unused loop control variables (B007)Daniel Eades
2022-01-11Latex: fix vertical spacing for cpp:function.marxin
2022-01-10merge 'isinstance' calls (SIM101)Daniel Eades
2022-01-02Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA
2022-01-01Merge branch '4.3.x' into 4.xTakeshi KOMIYA
2022-01-01A happy new year!Takeshi KOMIYA
2021-12-23Merge branch '4.x' into drop-translator-specific-unknown_visit-callsTakeshi KOMIYA
2021-12-23Fix flake8 warningsTakeshi KOMIYA
2021-12-23Fix mypy violations (with mypy-0.930)Takeshi KOMIYA
2021-12-11refactor: texinfo: Remove CR char from outputTakeshi KOMIYA
2021-12-11Merge branch '4.x' into fix-footnote-in-infoTakeshi KOMIYA
2021-12-11Merge branch '4.x' into texinfo-add-texinfo_emit_document_referencesTakeshi KOMIYA
2021-12-11Merge pull request #9391 from marxin/info-samp-with-variableTakeshi KOMIYA
2021-12-09Fix #9944 (LaTeX writer visit_desc_content())jfbu
2021-12-05drop translator-specific unknown_visit callsJames Knight
2021-11-22Fix a mypy warningTakeshi KOMIYA
2021-11-22BUG: prevent automatic inline conversion by classEvan Bolyen
2021-11-12texinfo: simplify reference emission.Martin Liska
2021-11-08texinfo: improve variable in :samp: directivesMartin Liska
2021-10-26Support docutils-0.18: Consume iterator of Element.traverse()Takeshi KOMIYA
2021-10-15LaTeX: fix '\raggedright' escaping causing "aggedright" textAndrey Mazo
2021-10-10Merge pull request #9717 from tk0miya/9710_even_odd_rowsTakeshi KOMIYA
2021-10-10refactor: Node.traverse() will returns generator since 0.18Takeshi KOMIYA
2021-10-09Fix #9710: html: Wrong styles for even/odd rows in nested tablesTakeshi KOMIYA
2021-09-24Fix local file download by encoding URLJohannes Aalto
2021-09-11Merge pull request #9594 from hkuno/pr/no_empty_desc_4.xTakeshi KOMIYA
2021-09-08Fix typos discovered by codespellChristian Clauss
2021-09-06Omit NAME section if blank descriptionHarumi Kuno
2021-08-30skip empty descriptionHarumi Kuno
2021-07-18Improve sphinx.writers.text docstringsLouis Maddox
2021-07-18Improve docstring in sphinx.writers.manpageLouis Maddox
2021-07-18Improve docstrings in sphinx.writers.latexLouis Maddox
2021-07-18Typo fix in sphinx.writers.html5 docstringLouis Maddox
2021-07-12texinfo: fix emission of @footnote directives.Martin Liska