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-02Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA
2022-01-02i18n: meta strings are not translated with docutils-0.18Takeshi 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-08-21Check complete ancestry of text nodes for smartquotes eligibility.Justin Turner Arthur
2021-07-19Improve sphinx.util.nodes docstringsLouis Maddox
2021-05-03refactor: Add Optional to type annotationsTakeshi KOMIYA
2021-04-04refactor: use raw Type for type annotationsTakeshi KOMIYA
2021-03-09refactor: Use PEP-526 based variable annotation (sphinx.util)Takeshi KOMIYA
2021-03-06Fix #7199: py domain: Add a new confval: python_use_unqualified_type_namesTakeshi KOMIYA
2021-03-05Filter pending_xref_condition node on failed resolutionTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-12-13Merge branch '3.x'Takeshi KOMIYA
2020-11-24refactor with pyupgradeTakeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-07-24Merge branch '3.x'Takeshi KOMIYA
2020-07-19Close #7784: i18n: The alt text for image is translated by defaultTakeshi KOMIYA
2020-07-17i18n: process math_block as a literal nodeVictor "multun" Collod
2020-07-04Merge tag 'v3.1.1'Takeshi KOMIYA
2020-06-08Fix #7803: Fix typo in import-block for type annotationTakeshi KOMIYA
2020-06-03Merge branch '3.x'Takeshi KOMIYA
2020-06-03Merge branch '3.0.x' into 3.xTakeshi KOMIYA
2020-06-03Fix mypy violations (with mypy-0.780)Takeshi KOMIYA
2020-05-03Merge branch '3.x'Takeshi KOMIYA
2020-05-03Merge pull request #7602 from tk0miya/stacklevelTakeshi KOMIYA
2020-05-03Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA
2020-05-02refactor: Rename parameter to avoid conflictTakeshi KOMIYA
2020-04-29Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA
2020-04-05Merge branch '3.x'Takeshi KOMIYA
2020-03-29Fix #7301: capital characters are not allowed for node_idTakeshi KOMIYA
2020-03-22Merge branch '3.x'Takeshi KOMIYA
2020-03-22Fix #7301: Allow . and _ for node_idTakeshi KOMIYA
2020-03-11Merge branch '3.x'Takeshi KOMIYA
2020-03-11Merge branch '2.x' into 3.xTakeshi KOMIYA
2020-03-11Fix mypy violations (with mypy-0.770)Takeshi KOMIYA
2020-03-07Hello TYPE_CHECKING!Takeshi KOMIYA
2020-03-07Deprecate codes for python 3.5Takeshi KOMIYA
2020-03-07Deprecate codes for docutils-0.13 or 0.14Takeshi KOMIYA
2020-02-29js domain: Generate node_id for objects in the right wayTakeshi KOMIYA
2020-01-02Add sphinx.util.nodes:make_id() to generate better node_idTakeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA