Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site_name: SolarFarmer Python SDK
site_description: Official Python SDK for DNV SolarFarmer. Build PV plant configurations and run energy calculations.
site_author: DNV
#site_url: https://github.com/dnv-opensource/solarfarmer-python-sdk
site_url: https://dnv-opensource.github.io/solarfarmer-python-sdk/
copyright: '© 2026 DNV AS. All rights reserved.'
repo_url: https://github.com/dnv-opensource/solarfarmer-python-sdk
docs_dir: docs
Expand All @@ -22,7 +22,7 @@ extra:

theme:
name: material
locale: en
language: en
logo: 'img/SolarFarmerLogo.png'
palette:
- scheme: default
Expand All @@ -41,14 +41,12 @@ theme:
features:
- navigation.instant
- navigation.tracking
- navigation.footer.prev_next
- navigation.footer
- content.code.copy
- content.code.annotate
- search.suggest
- search.highlight
- content.tabs.link
color_mode: auto
user_color_mode_toggle: true

markdown_extensions:
- admonition
Expand Down
Loading