From 642b5e8506169a5235c9ff6215ae6b984c49d618 Mon Sep 17 00:00:00 2001 From: harens <12570877+harens@users.noreply.github.com> Date: Sun, 15 Jan 2023 17:06:06 +0000 Subject: [PATCH] docs: use https over git for cloning Previously resulted in fatal: unable to connect to github.com --- docs/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 01cb1d2..b13206e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ -Sphinx==3.5.3 +Sphinx==5.3.0 # Install development version of checkdigit # See https://stackoverflow.com/a/35998253 and https://github.com/readthedocs/readthedocs.org/issues/7156#issuecomment-638790698 # TODO: Change this to install the local version of GitHub to allow PRs changing docs to work. -git+git://github.com/harens/checkdigit@master#egg=checkdigit +git+https://github.com/harens/checkdigit@master#egg=checkdigit