Skip to content

Commit 78718de

Browse files
committed
More fiddling with readthedocs setup.
1 parent 71f4d81 commit 78718de

File tree

4 files changed

+8
-18
lines changed

4 files changed

+8
-18
lines changed

.readthedocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ version: 2
44
sphinx:
55
configuration: doc/conf.py
66

7-
conda:
8-
environment: doc/environment.yml
9-
107
python:
118
version: 3.7
12-
pip_install: true
9+
system_packages: true
10+
install:
11+
- path: .
12+
- requirements: requirements_rtd.txt

doc/environment.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

doc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinxcontrib-bibtex

requirements_rtd.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
numpy>=1.6
2+
matplotlib>=1.2
3+
sphinxcontrib-bibtex

0 commit comments

Comments
 (0)