Skip to content

Commit 6fa6c67

Browse files
authored
Readthedocs required a yaml file
1 parent c1c71b4 commit 6fa6c67

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.readthedocs.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
2+
3+
# Required
4+
version: 2
5+
6+
# Set the version of Python and other tools you might need
7+
build:
8+
os: ubuntu-22.04
9+
tools:
10+
python: "3.11"
11+
12+
# Build documentation in the docs/ directory with Sphinx
13+
sphinx:
14+
configuration: docs/source/conf.py
15+
16+
# We recommend specifying your dependencies to enable reproducible builds:
17+
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
18+
python:
19+
install:
20+
- requirements: testapp/requirements.txt

0 commit comments

Comments
 (0)