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-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-01-12In translated docs, sort glossaries by translated termsJean Abou Samra
2022-01-02Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA
2022-01-01A happy new year!Takeshi KOMIYA
2021-12-09Fix #9947: i18n: topic directive having a bullet list can't be translatableTakeshi KOMIYA
2021-10-26Support docutils-0.18: Consume iterator of Element.traverse()Takeshi KOMIYA
2021-09-08Fix typos discovered by codespellChristian Clauss
2021-07-19Improve sphinx.transforms docstringsLouis Maddox
2021-05-03refactor: Add Optional to type annotationsTakeshi KOMIYA
2021-03-24refactor: Use PEP-526 based variable annotation (sphinx.transforms)Takeshi KOMIYA
2021-01-16Fix #4550: The align attribute of figure nodes becomes None by defaultTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Do isortTakeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-07-16Preserve backwards compatibilityPeter Bell
2020-07-15Require canonical name to be specified when calling deprecated_aliasPeter Bell
2020-05-17Merge branch '3.x'Takeshi KOMIYA
2020-05-06Fix #7610: incorrectly renders consecutive backslashesTakeshi KOMIYA
2020-04-29Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA
2020-03-07Hello TYPE_CHECKING!Takeshi KOMIYA
2020-02-08Fix #7106: std domain: enumerated nodes are marked as duplicatedTakeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-12-25Migrate to py3 style type annotation: sphinx.transformsTakeshi KOMIYA
2019-12-21Replace `a and b or c` by the more legible `b if a or c`.Antony Lee
2019-10-13Merge pull request #6727 from tk0miya/267_doctest_prompt_not_copyableTakeshi KOMIYA
2019-10-10Close #267: html: Eliminate prompt characters of doctest block from copyable ...Takeshi KOMIYA
2019-08-20Migrate to py3 style type annotation: sphinx.transformsTakeshi KOMIYA
2019-05-06Fix #4550: html: Centering tables by default using CSSTakeshi KOMIYA
2019-03-30Move transforms for citations to sphinx.domains.citationTakeshi KOMIYA
2019-03-17Python-3-only clean ups discovered by pyupgradeJon Dufresne
2019-03-17refactor: Remove lists of transforms from SphinxStandalonReaderTakeshi KOMIYA
2019-03-09refactor CitationReferences transformTakeshi KOMIYA
2019-03-09Fix AssertionError is raised for custom citation_reference node (refs: #6147)Takeshi KOMIYA
2019-03-08modify deprecated methodChris Sewell
2019-03-08Merge remote-tracking branch 'upstream/2.0' into propogate_citeref_classesChris Sewell
2019-03-08propogate cite_reference node classes to pending_xref nodeChris Sewell
2019-03-02Fix #5391: A cross reference in heading is rendered as literalTakeshi KOMIYA
2019-02-07Close #4550: All tables and figures without ``align`` option are displayed to...Takeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-15Use Python 3 super() argument-less syntaxJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA