Skip to content

Commit 2335b9c

Browse files
committed
Fix ReadTheDocs build
- Docs build now requires package installed - Update tox docs to use Python 3.11, same as RTD
1 parent e8df0ec commit 2335b9c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.readthedocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ formats: all
1818

1919
python:
2020
install:
21+
- path: .
22+
method: pip
2123
- requirements: docs/requirements.txt

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ commands =
102102
pre-commit run --all-files
103103

104104
[testenv:docs]
105-
basepython = python3.10
105+
basepython = python3.11
106106
passenv =
107107
CONTINUOUS_INTEGRATION
108108
# (but not any of the live test API keys)

0 commit comments

Comments
 (0)