Skip to content

Commit 2ca74e2

Browse files
committed
Fix mkdocs
1 parent 0b66337 commit 2ca74e2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.readthedocs.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ version: 2
33
mkdocs:
44
configuration: mkdocs.yml
55

6-
formats: all
6+
build:
7+
os: ubuntu-22.04
8+
tools:
9+
python: "3.12"
710

811
python:
9-
version: 3.7
1012
install:
11-
- requirements: .requirements.docs.txt
13+
- requirements: .requirements.docs.txt

.requirements.docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mkdocs==1.5.3
1+
mkdocs==1.6.1

0 commit comments

Comments
 (0)