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 (Collapse)Author
2021-05-22CircleCI: Test with python 3.8Takeshi KOMIYA
From now on, Sphinx will be tested with python3.8 and Ubuntu-20.04 in CircleCI.
2020-07-18Run epubcheck on Circle CITakeshi KOMIYA
2020-07-04CI: Do testing more verboseTakeshi KOMIYA
2020-05-03Report junit pytest results to CircleCIEric Wieser
2020-03-04Remove unnecessary/missing "websupport" extra on CircleCIDaniel Hahler
2019-03-09Use bionic (py36) on Circle CITakeshi KOMIYA
2018-08-24test: Upgrade python on Circle CI to 3.5Takeshi KOMIYA
2017-12-29circleci: Install packages ourselvesStephen Finucane
Start installing Python dependencies and Sphinx itself as part of the CircleCI job rather than expecting it to be done in the Docker container. This ensures we will use the version of the packages for a given commit. This is the other half of sphinx-doc/docker-ci#1. Signed-off-by: Stephen Finucane <stephen@that.guru>
2017-05-11Add .circleci/config.ymlTakeshi KOMIYA