Skip to content

Commit 31955c0

Browse files
committed
docs: update docs build
1 parent 04a3e9d commit 31955c0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.readthedocs.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
3+
# -- set the OS, Python version and other tools you might need --
4+
build:
5+
os: ubuntu-22.04
6+
tools:
7+
python: "3.9"
8+
9+
# -- build documentation in the "docs/" directory with Sphinx --
10+
sphinx:
11+
configuration: docs/conf.py
12+
# -- fail on all warnings to avoid broken references --
13+
# fail_on_warning: true
14+
15+
# -- package versions required to build your documentation --
16+
# -- see https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html --
17+
python:
18+
install:
19+
- requirements: requirements-docs.txt

0 commit comments

Comments
 (0)