Skip to content

Commit

Permalink
trying to get RTD to generate autodoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
wpfff committed Apr 8, 2020
1 parent 8ff9fa4 commit c087eb5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
sphinx-autodoc-typehints
numpy>=1.12.0
matplotlib>=3.0.0
4 changes: 4 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ python:
version: 3.7
install:
- requirements: doc/requirements.txt
- requirements: requirements.txt
- method: setuptools
path: .
system_packages: true
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pathlib>=1.0.0
matplotlib>=2.0.0
matplotlib>=3.0.0
numpy>=1.12.0
pyqtgraph>=0.10.0
h5py>=2.8.0
Expand Down

0 comments on commit c087eb5

Please sign in to comment.