Skip to content

Commit 0aaaee1

Browse files
committed
fix: update documentation build configuration for compatibility with mkdocs 1.6 and Python 3.11
1 parent b62a902 commit 0aaaee1

4 files changed

Lines changed: 3 additions & 11 deletions

File tree

.readthedocs.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
version: 2
33

44
build:
5-
os: "ubuntu-20.04"
5+
os: "ubuntu-24.04"
66
tools:
7-
python: "3.8"
7+
python: "3.11"
88

99
python:
1010
install:
1111
- requirements: doc/requirements.txt
12-
- method: pip
13-
path: .
1412

1513
mkdocs:
1614
configuration: mkdocs.yml

classifiers.txt

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

doc/requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
mkdocs==1.3.0
2-
mkautodoc==0.1.0
3-
mkdocs-material==8.1.4
1+
mkdocs>=1.6

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
site_name: DeLFT Documentation
22
repo_url: https://github.com/kermitt2/delft/
33
repo_name: GitHub
4-
theme: readthedocs
54
site_description: Documentation for DeLFT
65
docs_dir: doc
76
plugins:

0 commit comments

Comments
 (0)