Commit e58526e 1 parent 93bfe17 commit e58526e Copy full SHA for e58526e
File tree 3 files changed +4
-8
lines changed
3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 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
6
2
version : 2
7
3
8
4
build :
9
5
os : ubuntu-22.04
10
6
tools :
11
7
python : " 3.12"
12
8
13
- # Build documentation with MkDocs
14
9
mkdocs :
15
10
configuration : documentation/mkdocs.yml
16
11
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ site_name: DSMR-reader Documentation
2
2
site_url : https://github.com/dsmrreader/dsmr-reader
3
3
site_description : DSMR-reader
4
4
site_author : Dennis Siemensma
5
- copyright : Dennis Siemensma
6
- theme : readthedocs
5
+ copyright : © Dennis Siemensma
6
+ theme : material
7
7
locale : en
8
8
markdown_extensions :
9
9
- toc :
Original file line number Diff line number Diff line change 1
1
mkdocs == 1.6
2
+ mkdocs-material == 9.5
You can’t perform that action at this time.
0 commit comments