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-03-16environment: Update default value for pep_base_urlMichal Čihař
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-12address some unused loop control variables (B007)Daniel Eades
2022-01-02Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA
2022-01-01A happy new year!Takeshi KOMIYA
2021-12-23Fix mypy violations (with mypy-0.930)Takeshi KOMIYA
2021-11-16Update RFC base urlMatt Ficke
2021-10-26Support docutils-0.18: Consume iterator of Element.traverse()Takeshi KOMIYA
2021-10-22Merge pull request #9724 from tk0miya/support_PreBibliographic_nodesTakeshi KOMIYA
2021-10-22Support docutils-0.18: allow PreBibliographic nodes before docinfoTakeshi KOMIYA
2021-10-10Support docutils-0.18: Set auto_id_prefix explicitlyTakeshi KOMIYA
2021-10-03Support docutils-0.18; Disable embed_images and section_self_linkTakeshi KOMIYA
2021-09-08Fix typos discovered by codespellChristian Clauss
2021-07-08Fix typoEisuke Kawashima
2021-05-21Merge pull request #9242 from tk0miya/refactor_env2Takeshi KOMIYA
2021-05-21refactor: Make the app argument for BuildEnvironment requiredTakeshi KOMIYA
2021-05-16doc: Upgrade docutils.sourceforge.io links to HTTPSigo95862
2021-05-09refactor: Add Optional to type annotationsTakeshi KOMIYA
2021-05-03refactor: Add Optional to type annotationsTakeshi KOMIYA
2021-04-08Merge pull request #9053 from tk0miya/title_node_for_toctree_captionTakeshi KOMIYA
2021-04-08Fix #8870: Use title node for the caption of toctreeTakeshi KOMIYA
2021-04-04refactor: use raw Type for type annotationsTakeshi KOMIYA
2021-03-24refactor: Use PEP-526 based variable annotation (sphinx.environment)Takeshi KOMIYA
2021-03-20Merge branch '3.x'Takeshi KOMIYA
2021-03-19Fix #8959: using UNIX path separator confuses Sphinx on WindowsTakeshi KOMIYA
2021-03-02Merge pull request #8937 from jantonguirao/fix_explicit_title_subpagesTakeshi KOMIYA
2021-03-01Apply code review suggestionsJoaquin Anton
2021-02-28Close #8326: Rename master_doc to root_docTakeshi KOMIYA
2021-02-26Use explicit title for titlenode, when no title is providedJoaquin Anton
2021-01-22Merge branch '3.x'Takeshi KOMIYA
2021-01-18Fix #1112: download role creates duplicated copiesTakeshi KOMIYA
2021-01-16Merge branch '3.x'Takeshi KOMIYA
2021-01-10Deal with empty string case.Jean Kossaifi
2021-01-10Cast maxdepth to int in toctreeJean Kossaifi
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-10-04Merge branch '3.x' into masterTakeshi KOMIYA
2020-10-04Fix #6914: figure numbers are unexpectedly assigned to uncaptioned itemsTakeshi KOMIYA
2020-08-08Merge branch '3.x'Takeshi KOMIYA
2020-08-08Make the toc.circular suppress_warnings flag apply to self referenced toctreesAaron Meurer
2020-08-01Merge branch '3.x'Takeshi KOMIYA
2020-07-26Fix #7768: i18n: Wrong root element is passed to figure_language_filenameTakeshi KOMIYA
2020-07-24Merge branch '3.x'Takeshi KOMIYA