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-01Merge branch '4.3.x' into 4.xTakeshi KOMIYA
2022-01-01A happy new year!Takeshi KOMIYA
2021-12-24Rename variables for clarityThomas Kluyver
2021-12-22Run isortThomas Kluyver
2021-12-22Add comment about import optionsThomas Kluyver
2021-12-22Replace pkg_resources with importlib.metadataThomas Kluyver
2021-07-20Fix nits after review by tk0miya; merge HEADLouis Maddox
2021-07-18Improve sphinx.registry docstringsLouis Maddox
2021-07-08Fix typoEisuke Kawashima
2021-06-14Merge branch '4.x' into humitos/add-html-assets-in-all-pagesManuel Kaufmann
2021-06-14Rename variable to `html_assets_policy`Manuel Kaufmann
2021-05-11Deprecate app.html_themesTakeshi KOMIYA
2021-04-08Merge pull request #9064 from tk0miya/refactor_type_annotationTakeshi KOMIYA
2021-04-07refactor: Add Optional to type annotationsTakeshi KOMIYA
2021-04-07refactor: Use PEP-526 based variable annotationTakeshi KOMIYA
2021-04-04refactor: use raw Type for type annotationsTakeshi KOMIYA
2021-03-02Deprecate SphinxComponentRegistry.get_source_input()Takeshi KOMIYA
2021-01-02Merge branch '3.x'Takeshi KOMIYA
2021-01-01Close #8634: html: Allow to change the order of JS/CSSTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Do isortTakeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-10-24Merge branch '3.x'Takeshi KOMIYA
2020-10-04refactor: Change signature of app.add_source_parser()Takeshi KOMIYA
2020-09-13Merge branch '3.x' into masterTakeshi KOMIYA
2020-08-25Fix typo'd comment in SphinxComponentRegistry.add_html_math_renderer()Dominic Davis-Foster
2020-08-14Merge branch '3.x'Takeshi KOMIYA
2020-08-09Check if LaTeX package already addedYves Chevallier
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-23latex: Allow to add LaTeX package after hyperref loaded via APITakeshi KOMIYA
2020-04-05Merge branch '3.x'Takeshi KOMIYA
2020-04-05Fix #7409: Convert configuration values on late config-inited eventTakeshi KOMIYA
2020-03-07Hello TYPE_CHECKING!Takeshi KOMIYA
2020-03-07Deprecate codes for python 3.5Takeshi KOMIYA
2020-02-29Merge branch '2.x' into 3.xTakeshi KOMIYA
2020-02-29refactor: Do not evaluate debug message on callingTakeshi KOMIYA
2020-02-23refactor: Update type annotations in sphinx.*Takeshi KOMIYA
2020-01-01Merge branch '2.0'Takeshi KOMIYA
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-12-25Fix flake8 violationsTakeshi KOMIYA
2019-12-25Merge branch '2.0'Takeshi KOMIYA
2019-12-24Migrate to py3 style type annotation: sphinx.registryTakeshi KOMIYA