Skip to content

Commit 5bdc2e3

Browse files
authored
Correct site_url, theme language key, navigation.footer flag, and remove invalid color_mode settings (#4)
1 parent 794a825 commit 5bdc2e3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

mkdocs.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: SolarFarmer Python SDK
22
site_description: Official Python SDK for DNV SolarFarmer. Build PV plant configurations and run energy calculations.
33
site_author: DNV
4-
#site_url: https://github.com/dnv-opensource/solarfarmer-python-sdk
4+
site_url: https://dnv-opensource.github.io/solarfarmer-python-sdk/
55
copyright: '© 2026 DNV AS. All rights reserved.'
66
repo_url: https://github.com/dnv-opensource/solarfarmer-python-sdk
77
docs_dir: docs
@@ -22,7 +22,7 @@ extra:
2222

2323
theme:
2424
name: material
25-
locale: en
25+
language: en
2626
logo: 'img/SolarFarmerLogo.png'
2727
palette:
2828
- scheme: default
@@ -41,14 +41,12 @@ theme:
4141
features:
4242
- navigation.instant
4343
- navigation.tracking
44-
- navigation.footer.prev_next
44+
- navigation.footer
4545
- content.code.copy
4646
- content.code.annotate
4747
- search.suggest
4848
- search.highlight
4949
- content.tabs.link
50-
color_mode: auto
51-
user_color_mode_toggle: true
5250

5351
markdown_extensions:
5452
- admonition

0 commit comments

Comments
 (0)