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

Commit 15779cf

Browse files
committed
fix: build missing in .readthedocs
1 parent 65790a5 commit 15779cf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.readthedocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
# Required
66
version: 2
77

8+
build:
9+
os: ubuntu-22.04
10+
tools:
11+
python: "3.7"
12+
813
# Build documentation in the docs/ directory with Sphinx
914
sphinx:
1015
configuration: docs/source/conf.py
@@ -18,6 +23,5 @@ formats: all
1823

1924
# Optionally set the version of Python and requirements required to build your docs
2025
python:
21-
version: 3.7
2226
install:
2327
- requirements: docs/source/requirements.txt

0 commit comments

Comments
 (0)