Skip to content

Commit d076ef5

Browse files
authored
Merge pull request #589 from jazzband/fix/fix_docs.ja
Fix build read the docs
2 parents bc932cc + 1a9fe8a commit d076ef5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.readthedocs.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
3+
sphinx:
4+
builder: html
5+
configuration: docs/conf.py
6+
7+
python:
8+
version: 3.7
9+
install:
10+
- requirements: docs/_ext/djangodummy/requirements.txt
11+
12+
formats: all
13+
14+
build:
15+
image: latest

0 commit comments

Comments
 (0)