Skip to content

Commit e58526e

Browse files
Switch docs theme #1686
1 parent 93bfe17 commit e58526e

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.readthedocs.yaml

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
# .readthedocs.yaml
2-
# Read the Docs configuration file
3-
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4-
5-
# Required
1+
# Read the Docs configuration file. See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
62
version: 2
73

84
build:
95
os: ubuntu-22.04
106
tools:
117
python: "3.12"
128

13-
# Build documentation with MkDocs
149
mkdocs:
1510
configuration: documentation/mkdocs.yml
1611

documentation/mkdocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ site_name: DSMR-reader Documentation
22
site_url: https://github.com/dsmrreader/dsmr-reader
33
site_description: DSMR-reader
44
site_author: Dennis Siemensma
5-
copyright: Dennis Siemensma
6-
theme: readthedocs
5+
copyright: © Dennis Siemensma
6+
theme: material
77
locale: en
88
markdown_extensions:
99
- toc:

documentation/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
mkdocs==1.6
2+
mkdocs-material==9.5

0 commit comments

Comments
 (0)