Skip to content

Commit 13f5150

Browse files
authored
Merge pull request #265 from networktocode/fix-docs
fixes docs build
2 parents 2e03484 + be20e7b commit 13f5150

File tree

4 files changed

+84
-30
lines changed

4 files changed

+84
-30
lines changed

.readthedocs.yml

Lines changed: 5 additions & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 75 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
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)