Skip to content

Commit e980859

Browse files
committed
(docs) change to readthedocs v2
1 parent fa9b661 commit e980859

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

readthedocs.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

readthedocs.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Required
2+
version: 2
3+
4+
# Build documentation in the docs/ directory with Sphinx
5+
sphinx:
6+
configuration: doc/conf.py
7+
8+
# Optionally build your docs in additional formats such as PDF and ePub
9+
formats: all
10+
11+
python:
12+
version: 3.7
13+
install:
14+
- requirements: requirements.txt
15+
- method: pip
16+
path: .
17+
extra_requirements:
18+
- tests
19+
- docs

0 commit comments

Comments
 (0)