Skip to content

Commit

Permalink
Fixed RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelRobidas committed Jan 17, 2022
1 parent cfbacfd commit 9b13760
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ sphinx:

python:
install:
- method: pip
path: .
extra_requirements:
- requirements.txt
- requirements: docs/requirements.txt
- requirements: requirements.txt
- method: setuptools
path: .
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
requires = [
"setuptools>=42",
"wheel",
"versioneer"
]
build-backend = "setuptools.build_meta"
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ basis_set_exchange
numpy
coverage
nose
versioneer

0 comments on commit 9b13760

Please sign in to comment.