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
2020-01-01A happy new year!Takeshi KOMIYA
2019-06-03Migrate to py3 style type annotation: sphinx.util.inventoryTakeshi KOMIYA
2019-03-06Clean up import for annotationsTakeshi KOMIYA
2019-02-01Merge branch '1.8'Takeshi KOMIYA
2019-02-01Fix flake8 violationsTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-17Merge pull request #5817 from jdufresne/inventory-typingTakeshi KOMIYA
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-16Define a common Inventory type for reuse across modulesJon Dufresne
2018-12-16refactor: Remove u-prefix from stringsTakeshi KOMIYA
2018-12-16Avoid respecifying default encoding for .encode()/.decode() callsJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-09-22Merge branch 'master' into HEADTakeshi KOMIYA
2018-09-22refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA
2018-09-11Remove unnecessary object from class definitionsJon Dufresne
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-04-14Fix type mismatchingTakeshi KOMIYA
2017-04-14Fix #3624: sphinx.ext.intersphinx couldn't load inventories compressed with gzipTakeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-03Fix for py3Takeshi KOMIYA
2017-03-03Fix mypy violationTakeshi KOMIYA
2017-03-02Add InventoryFile.dump()Takeshi KOMIYA
2017-03-02Move InventoryFile class to sphinx.util.inventoryTakeshi KOMIYA