We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62a902 commit f876fe8Copy full SHA for f876fe8
4 files changed
.readthedocs.yaml
@@ -2,15 +2,13 @@
2
version: 2
3
4
build:
5
- os: "ubuntu-20.04"
+ os: "ubuntu-24.04"
6
tools:
7
- python: "3.8"
+ python: "3.11"
8
9
python:
10
install:
11
- requirements: doc/requirements.txt
12
- - method: pip
13
- path: .
14
15
mkdocs:
16
configuration: mkdocs.yml
classifiers.txt
doc/requirements.txt
@@ -1,3 +1 @@
1
-mkdocs==1.3.0
-mkautodoc==0.1.0
-mkdocs-material==8.1.4
+mkdocs>=1.6
mkdocs.yml
@@ -1,7 +1,6 @@
site_name: DeLFT Documentation
repo_url: https://github.com/kermitt2/delft/
repo_name: GitHub
-theme: readthedocs
site_description: Documentation for DeLFT
docs_dir: doc
plugins:
0 commit comments