Skip to content

Commit be20e7b

Browse files
committed
fixes docs build
1 parent 2e03484 commit be20e7b

File tree

4 files changed

+84
-30
lines changed

4 files changed

+84
-30
lines changed

.readthedocs.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ sphinx:
66
configuration: "docs/source/conf.py"
77
fail_on_warning: false
88

9+
build:
10+
os: "ubuntu-22.04"
11+
tools:
12+
python: "3.11"
13+
914
python:
10-
version: "3.7"
1115
install:
1216
- requirements: "docs/requirements.txt"
1317
- method: "pip"

docs/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
m2r2==0.2.7
1+
m2r2==0.3.3.post2
22
mistune==0.8.4
3-
sphinx==4.5.0
3+
sphinx==6.2.1
44
toml==0.10.2
5-
sphinx-rtd-theme==1.0.0
5+
sphinx-rtd-theme==2.0.0

poetry.lock

+75-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ mypy = "*"
4242
pytest-cov = "*"
4343
pytest-structlog = "*"
4444
coverage = {extras = ["toml"], version = "*"}
45-
Sphinx = "*"
45+
Sphinx = "^6.0.0"
4646
m2r2 = "*"
4747
sphinx-rtd-theme = "*"
4848
toml = "*"

0 commit comments

Comments
 (0)