Skip to content

Commit c8293c1

Browse files
committed
Try moving sphinx requirements to docs dir
1 parent 5e83563 commit c8293c1

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.readthedocs.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ formats: all
2020
python:
2121
version: 3.7
2222
install:
23-
- conda:
24-
file: environment.yml
23+
- requirements: docs/requirements.txt

docs/requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx
2+
sphinx_rtd_theme

environment.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ channels:
55
dependencies:
66
- python=3.6
77
- mccortex >=1.0
8-
- sphinx
9-
- sphinx_rtd_theme
108
- tox
119
- cython
1210
- wheel

0 commit comments

Comments
 (0)