Skip to content

Commit a4de212

Browse files
committed
Add requirements for readthedocs [ci skip]
1 parent a6eec27 commit a4de212

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

readthedocs-requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx_autodoc_typehints
2+
-e .

readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nbgrader
22
type: sphinx
3-
requirements_file: requirements.txt
3+
requirements_file: readthedocs-requirements.txt
44
python:
55
version: 3
66
setup_py_install: true

0 commit comments

Comments
 (0)