Skip to content

Commit 493ada1

Browse files
committed
More fiddling with readthedocs setup.
1 parent 71f4d81 commit 493ada1

File tree

3 files changed

+6
-18
lines changed

3 files changed

+6
-18
lines changed

.readthedocs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ 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: doc/requirements.txt
13+
- requirements: requirements.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

0 commit comments

Comments
 (0)