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-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-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-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-08-01Merge branch '3.x'Takeshi KOMIYA
2020-07-26Fix typoJoachim Jablon
2020-04-29Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA
2020-03-07Use typing.NamedTuple instead of collections.namedtuple as possibleTakeshi KOMIYA
2020-02-23refactor: Update type annotations in sphinx.testing.*Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-07-06Migrate to py3 style type annotation: sphinx.testing.fixturesTakeshi KOMIYA
2019-01-13Stop to use $SPHINX_TEST_TEMPDIR envvarTakeshi KOMIYA
2019-01-13Use subprocess.run() instead of Popen()Takeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-15Remove print_function featureTakeshi KOMIYA
2018-12-15refactor: Replace six.StringIO by io.StringIOTakeshi KOMIYA
2018-11-21Replace six.string_types with native strJon Dufresne
2018-09-11Remove unnecessary object from class definitionsJon Dufresne
2018-06-09Merge branch '1.7'Takeshi KOMIYA
2018-06-06Fix sphinx.testing uses deprecated pytest API; Node.get_marker(name)Takeshi KOMIYA
2018-05-16Fix make_app() fixture fails to rollback registered roles on creating multipl...Takeshi KOMIYA
2018-03-17Merge branch '1.7'Takeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-02-18Merge branch '1.7'Takeshi KOMIYA
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2018-02-04Update type annotationsTakeshi KOMIYA
2018-01-20app: Centralize directory validationStephen Finucane
2017-12-31A happy new year!Takeshi KOMIYA
2017-05-14refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa