Skip to content

Commit a968121

Browse files
authored
Merge pull request #1270 from jhamrick/readthedocs
Add requirements for readthedocs
2 parents a6eec27 + a4de212 commit a968121

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)