From 75cc05927f15a9aa4665290dd72c74861857eed3 Mon Sep 17 00:00:00 2001 From: Var <94229714+VarMonke@users.noreply.github.com> Date: Mon, 16 May 2022 11:51:03 +0530 Subject: [PATCH 1/4] Update .readthedocs.yaml --- .readthedocs.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1a8569d..c25f9e3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,4 +6,9 @@ sphinx: builder: html python: - version: 3.8 \ No newline at end of file + version: 3.8 + install: + - method: pip + path: . + extra_requirements: + - docs From a4f250ecc4a95c2effc6b755b0d335f66bffd2a6 Mon Sep 17 00:00:00 2001 From: Var <94229714+VarMonke@users.noreply.github.com> Date: Mon, 16 May 2022 11:52:14 +0530 Subject: [PATCH 2/4] Update requirements.txt --- requirements.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7c5e6c3..6d3dcb9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,2 @@ aiohttp==3.8.1 -sphinx==4.4.0 -sphinxcontrib_trio==1.1.2 -sphinxcontrib-websupport -typing-extensions \ No newline at end of file +typing-extensions From ae79d1b6002e21b86e132f294cc6c17baeaae44d Mon Sep 17 00:00:00 2001 From: Var <94229714+VarMonke@users.noreply.github.com> Date: Mon, 16 May 2022 11:58:52 +0530 Subject: [PATCH 3/4] Create requirements.txt --- docs/requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..d463598 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,4 @@ +sphinx==4.4.0 +sphinxcontrib_trio==1.1.2 +sphinxcontrib-websupport +typing-extensions From 3b73ec2b320a18d568ac9e833250a95dcfd2e910 Mon Sep 17 00:00:00 2001 From: Var <94229714+VarMonke@users.noreply.github.com> Date: Mon, 16 May 2022 11:59:42 +0530 Subject: [PATCH 4/4] Update .readthedocs.yaml --- .readthedocs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c25f9e3..a253e45 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,5 +10,4 @@ python: install: - method: pip path: . - extra_requirements: - - docs + - requirements: docs/requirements.txt