Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Docs should now work hopefully.
Browse files Browse the repository at this point in the history
  • Loading branch information
JackAshwell11 committed Nov 24, 2021
1 parent 0c1e3f2 commit 9d75971
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ python:
version: "3.8"
install:
- requirements: requirements.txt
- requirements: docs/requirementsRTD.txt
- method: pip
path: .
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 9d75971

Please sign in to comment.