Skip to content

Commit 821e860

Browse files
authored
Fix docs build (rjsf-team#1729)
* Create requirements.docs.txt * Create .readthedocs.yml * Update .readthedocs.yml
1 parent bef7650 commit 821e860

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.readthedocs.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
3+
mkdocs:
4+
configuration: mkdocs.yml
5+
6+
formats: all
7+
8+
python:
9+
version: 3.7
10+
install:
11+
- requirements: requirements.docs.txt

requirements.docs.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mkdocs==1.0.4

0 commit comments

Comments
 (0)