Skip to content

Commit 5397cfe

Browse files
committed
fix: Minimal .readthedocs.yaml configuration
1 parent 665c449 commit 5397cfe

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.readthedocs.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
11
# Read the Docs configuration file for Sphinx projects
22
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
33

4-
# Required
54
version: 2
65

7-
# Set the OS, Python version and other tools you might need
86
build:
97
os: ubuntu-22.04
108
tools:
119
python: "3.11"
1210

13-
# Build documentation in the "docs/" directory with Sphinx
1411
sphinx:
1512
configuration: docs/conf.py
1613

17-
# Optional but recommended, declare the Python requirements required
18-
# to build your documentation
19-
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
2014
python:
2115
install:
2216
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)