Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
dcb57af
1
Parent(s):
6f11ae4
Add files for readthedocs
Browse files- .readthedocs-custom-steps.yml +2 -0
- .readthedocs-requirements.txt +1 -0
- .readthedocs.yml +8 -0
.readthedocs-custom-steps.yml
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
steps:
|
2 |
+
- pydoc-markdown --build --site-dir $SITE_DIR
|
.readthedocs-requirements.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
readthedocs-custom-steps
|
.readthedocs.yml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
version: 2
|
2 |
+
mkdocs: {} # tell readthedocs to use mkdocs
|
3 |
+
python:
|
4 |
+
version: 3.7
|
5 |
+
install:
|
6 |
+
- method: pip
|
7 |
+
path: .
|
8 |
+
- requirements: .readthedocs-requirements.txt
|