Show More
@@ -1,16 +1,18 b'' | |||||
1 | version: 2 |
|
1 | version: 2 | |
2 |
|
2 | |||
3 | build: |
|
3 | build: | |
4 | os: ubuntu-22.04 |
|
4 | os: ubuntu-22.04 | |
5 | tools: |
|
5 | tools: | |
6 | python: "3.11" |
|
6 | python: "3.11" | |
|
7 | apt_packages: | |||
|
8 | - graphviz | |||
7 |
|
9 | |||
8 | sphinx: |
|
10 | sphinx: | |
9 | configuration: docs/source/conf.py |
|
11 | configuration: docs/source/conf.py | |
10 |
|
12 | |||
11 | # Optional but recommended, declare the Python requirements required |
|
13 | # Optional but recommended, declare the Python requirements required | |
12 | # to build your documentation |
|
14 | # to build your documentation | |
13 | # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html |
|
15 | # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html | |
14 | python: |
|
16 | python: | |
15 | install: |
|
17 | install: | |
16 | - requirements: docs/requirements.txt |
|
18 | - requirements: docs/requirements.txt |
General Comments 0
You need to be logged in to leave comments.
Login now