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-01-01A happy new year!Takeshi KOMIYA
2021-08-14Close #9524: test: SphinxTestApp can take ``builddir`` as an argumentTakeshi KOMIYA
2021-07-23Address flake8 errors in whitespace lintingLouis Maddox
2021-07-19Improve sphinx.testing.fixtures docstringsLouis Maddox
2021-04-07refactor: Use PEP-526 based variable annotationTakeshi KOMIYA
2021-02-07Merge branch '3.x'Takeshi KOMIYA
2021-02-05Merge pull request #8823 from tk0miya/8511_readonly_testingTakeshi KOMIYA
2021-02-04test: change permissions of testfiles only $SPHINX_READONLY_TESTDIR setTakeshi KOMIYA
2021-02-04test: Apply umask to Path.copytree()Takeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-12-29Merge branch '3.x'Takeshi KOMIYA
2020-12-28testing: Add rollback_sysmodules fixture to unload modules after testsTakeshi KOMIYA
2020-12-13Support testing from read-only filesystemsJeremy Maitin-Shepard
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-10-27Merge branch '3.x' into masterTakeshi KOMIYA
2020-10-25change markers list name to DEFAULT_ENABLED_MARKERSoleg.hoefling
2020-10-25rename public markers to default markersoleg.hoefling
2020-10-25more meaningful name for the public markers listoleg.hoefling
2020-10-25move registration of public markers to sphinx.testing.fixturesoleg.hoefling
2020-10-03Merge branch '3.x' into masterTakeshi KOMIYA
2020-10-01add parallel to SphinxTestAppRobert Cohn
2020-09-20Close #8081: latex: Allow to add LaTeX package until writing tex fileTakeshi KOMIYA
2020-08-01Merge branch '3.x'Takeshi KOMIYA
2020-07-26Fix typoJoachim Jablon
2020-07-11Merge branch '3.x'Takeshi KOMIYA
2020-07-05fix lintYuxin Wu
2020-07-05show docs for decorated special functionsYuxin Wu
2020-04-29Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA
2020-03-22Merge branch '3.x'Takeshi KOMIYA
2020-03-22Close #7341: py domain: type annotations are converted to cross refsTakeshi KOMIYA
2020-03-07Use typing.NamedTuple instead of collections.namedtuple as possibleTakeshi KOMIYA
2020-02-23Fix comparerTakeshi KOMIYA
2020-02-23refactor: Update type annotations in sphinx.testing.*Takeshi KOMIYA
2020-02-01testing: Add Path.read_text() and Path.read_bytes()Takeshi KOMIYA
2020-01-07refactor: Rename var keyword argument to "**kwargs"Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-10-06Merge branch '2.2.1' into 2.0Takeshi KOMIYA
2019-10-06Fix mypy violations (for mypy-0.730)Takeshi KOMIYA
2019-08-20refactor: SphinxStandaloneReader should not hold an application objectTakeshi KOMIYA
2019-07-13Merge branch '2.1.3' into 2.0Takeshi KOMIYA
2019-07-13Fix mypy violations (for mypy-0.720)Takeshi KOMIYA
2019-07-06Migrate to py3 style type annotation: sphinx.testing.restructuredtextTakeshi KOMIYA
2019-07-06Migrate to py3 style type annotation: sphinx.testing.fixturesTakeshi KOMIYA
2019-07-06Migrate to py3 style type annotation: sphinx.testing.pathTakeshi KOMIYA
2019-07-06Migrate to py3 style type annotation: sphinx.testing.utilTakeshi KOMIYA
2019-03-17Python-3-only clean ups discovered by pyupgradeJon Dufresne
2019-03-10Merge branch '2.0' into 2155_code_directiveTakeshi KOMIYA