From 81f8a8077437d32fd31de87493be5ce346d7b6cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Tue, 3 May 2022 12:42:26 +0900 Subject: [PATCH] Update docs details GitHub disabled HTTPS push a while ago and Sphinx theme needs force update, because RTD. --- CONTRIBUTING.rst | 2 +- docs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index cc9ff3e..41aaa0a 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -44,7 +44,7 @@ Requesting for Merging a Patch #. `Fork this repository`_ #. Check out the source code with:: - git clone https://github.com/YOUR_GITHUB_USERNAME/vicious.git + git clone git@github.com:YOUR_GITHUB_USERNAME/vicious cd vicious #. Start working on your patch. If you want to add a new widget type, diff --git a/docs/requirements.txt b/docs/requirements.txt index 2e75f9a..88f3380 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ Sphinx >= 3 -sphinx_rtd_theme +sphinx_rtd_theme >= 1 sphinxcontrib-luadomain