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-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-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-01Merge branch '3.x'Takeshi KOMIYA
2020-07-26Fix #7768: i18n: Wrong root element is passed to figure_language_filenameTakeshi KOMIYA
2020-05-03Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA
2020-04-29Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA
2020-03-07Hello TYPE_CHECKING!Takeshi KOMIYA
2020-03-07Deprecate codes for python 3.5Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-24Migrate to py3 style type annotation: sphinx.applicationTakeshi KOMIYA
2019-12-22Add IndexDomainTakeshi KOMIYA
2019-07-13Fix type annotation for python 3.5.1Takeshi KOMIYA
2019-07-06Migrate to py3 style type annotation: sphinx.environment.collectors.titleTakeshi KOMIYA
2019-07-06Migrate to py3 style type annotation: sphinx.environment.collectors.toctreeTakeshi KOMIYA
2019-07-06Migrate to py3 style type annotation: sphinx.environment.collectors.metadataTakeshi KOMIYA
2019-07-06Migrate to py3 style type annotation: sphinx.environment.collectors.indexentriesTakeshi KOMIYA
2019-07-06Migrate to py3 style type annotation: sphinx.environment.collectors.dependenciesTakeshi KOMIYA
2019-07-06Migrate to py3 style type annotation: sphinx.environment.collectors.assetTakeshi KOMIYA
2019-07-06Migrate to py3 style type annotation: sphinx.environment.collectorsTakeshi KOMIYA
2019-06-03Make generated download links reproducibleDmitry Shachnev
2019-05-29Fix #6402: image directive crashes by unknown image formatTakeshi KOMIYA
2019-03-06Clean up import for annotationsTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-25Merge pull request #5806 from jdufresne/six-text-typeTakeshi KOMIYA
2018-12-19Replace EnvironmentError and IOError by OSErrorTakeshi KOMIYA
2018-12-19Replace use of six.text_type with strJon Dufresne
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-03Fix annotations of enumerable_nodesTakeshi KOMIYA
2018-12-02Refactor Toctree CollectorTakeshi KOMIYA
2018-12-01Refactor metadata collectorTakeshi KOMIYA
2018-11-30Refactor metadata handlingTakeshi KOMIYA
2018-11-29Fix annotations for minor methods and functionsTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-09-24Replace all six.itervalues()/.iteritems() with .values()/.items()Jon Dufresne
2018-09-22Merge branch 'master' into HEADTakeshi KOMIYA
2018-09-11Remove unnecessary object from class definitionsJon Dufresne
2018-09-11Remove use of six.iteritems()Jon Dufresne
2018-09-09Remove use of Python 2 os.getcwdu()Jon Dufresne
2018-09-05Merge pull request #5386 from tk0miya/add_IndexEntriesMigratorTakeshi KOMIYA