Skip to content

Commit 27d5b7c

Browse files
committedMay 28, 2021
Add docs requirements
1 parent 3be7a39 commit 27d5b7c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
 

‎.readthedocs.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
3+
python:
4+
version: 3.7
5+
install:
6+
- requirements: docs/requirements.txt
7+
system_packages: true

‎docs/requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sphinx >= 3.2.1
2+
nbsphinx >= 0.7.1
3+
sphinx_rtd_theme >= 0.4.3

0 commit comments

Comments
 (0)