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
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
2019-08-18Merge branch '2.0'Takeshi KOMIYA
2019-08-17Switch uses of __import__ to importlib.get_module()Jon Dufresne
2019-08-01Merge branch '2.0'jfbu
2019-07-13Fix type annotation for python 3.5.1Takeshi KOMIYA
2019-03-30Drop features and APIs deprecated in 1.8Takeshi KOMIYA
2018-12-17refactor: Use simple Input classTakeshi KOMIYA
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-15Remove print_function featureTakeshi KOMIYA
2018-12-14Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA
2018-12-08Fix annotationsTakeshi KOMIYA
2018-12-03Fix annotations of enumerable_nodesTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-24Fix annotations for app.add_nodes() and related functionsTakeshi KOMIYA
2018-11-23Fix annotations for registryTakeshi KOMIYA
2018-11-05Fix typehints: sphinx.registryTakeshi KOMIYA
2018-10-31Merge branch '1.8'Takeshi KOMIYA
2018-10-17refactor: Deprecate app._setting_up_extensionTakeshi KOMIYA
2018-10-16Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA
2018-10-16Merge branch '1.8'Takeshi KOMIYA
2018-09-24Fix typo: Translatoro -> TranslatorMatthias Geier