Skip to content

Commit 29dde85

Browse files
authored
Merge pull request #9 from zellular-xyz/dev
update docs requirements
2 parents 035db18 + 4951e8c commit 29dde85

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.readthedocs.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version: 2
88
build:
99
os: ubuntu-24.04
1010
tools:
11-
python: "3.13"
11+
python: "3.12"
1212

1313
# Build documentation in the "docs/" directory with Sphinx
1414
sphinx:
@@ -17,6 +17,10 @@ sphinx:
1717
# Optionally, but recommended,
1818
# declare the Python requirements required to build your documentation
1919
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
20+
2021
python:
21-
install:
22-
- requirements: docs/requirements.txt
22+
install:
23+
- method: pip
24+
path: .
25+
extra_requirements:
26+
- dev

docs/requirements.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)