Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit b4c1894

Browse files
author
William McLendon
committed
add .readthedocs.yaml
1 parent 0a8bde2 commit b4c1894

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+
build:
3+
os: "ubuntu-20.04"
4+
tools:
5+
python: "3.8"
6+
7+
sphinx:
8+
fail_on_warning: true
9+
configuration: doc/source/conf.py
10+
11+
python:
12+
install:
13+
- requirements: doc/requirements.txt
14+
15+

0 commit comments

Comments
 (0)