From 9d759710a2277e5febeb1a90ca26f7e9d28ddff2 Mon Sep 17 00:00:00 2001 From: Aspect1103 Date: Wed, 24 Nov 2021 17:55:58 +0000 Subject: [PATCH] Docs should now work hopefully. --- .readthedocs.yml | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 6a9ad13..1de0dd6 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -11,6 +11,5 @@ python: version: "3.8" install: - requirements: requirements.txt - - requirements: docs/requirementsRTD.txt - method: pip path: . \ No newline at end of file diff --git a/setup.py b/setup.py index 2a012fc..69481a4 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ requirements = rqmnts.read().splitlines() if os.getenv("READTHEDOCS") == "True": - with open("docs/requirements_rtd.txt") as rqmnts: + with open("docs/requirementsRTD.txt") as rqmnts: requirements.extend(rqmnts.read().splitlines()) setup(