@@ -8,15 +8,12 @@ site_author: "Frequenz Energy-as-a-Service GmbH"
88copyright : " Copyright © 2024 Frequenz Energy-as-a-Service GmbH"
99repo_name : " frequenz-client-electricity-trading-python"
1010repo_url : " https://github.com/frequenz-floss/frequenz-client-electricity-trading-python"
11- # TODO(cookiecutter): "main" is the GitHub repo default branch, you might want to update it
12- # if the project uses a different default branch.
1311edit_uri : " edit/main/docs/"
14- strict : true # Treat warnings as errors
12+ strict : true # Treat warnings as errors
1513
1614# Build directories
1715theme :
1816 name : " material"
19- # TODO(cookiecutter): You might want to change the logo, the file is located in "docs/"
2017 logo : _img/logo.png
2118 favicon : _img/logo.png
2219 language : en
@@ -35,28 +32,27 @@ theme:
3532 - navigation.tracking
3633 - toc.follow
3734 palette :
38- - media : " (prefers-color-scheme: light)"
39- scheme : default
40- primary : indigo
41- accent : deep purple
42- toggle :
43- icon : material/weather-sunny
44- name : Switch to dark mode
45- - media : " (prefers-color-scheme: dark)"
46- scheme : slate
47- primary : black
48- accent : teal
49- toggle :
50- icon : material/weather-night
51- name : Switch to light mode
35+ - media : " (prefers-color-scheme: light)"
36+ scheme : default
37+ primary : indigo
38+ accent : deep purple
39+ toggle :
40+ icon : material/weather-sunny
41+ name : Switch to dark mode
42+ - media : " (prefers-color-scheme: dark)"
43+ scheme : slate
44+ primary : black
45+ accent : teal
46+ toggle :
47+ icon : material/weather-night
48+ name : Switch to light mode
5249
5350extra :
54- # TODO(cookiecutter): You probably want to update the social links
5551 social :
56- - icon : fontawesome/brands/github
57- link : https://github.com/frequenz-floss
58- - icon : fontawesome/brands/linkedin
59- link : https://www.linkedin.com/company/frequenz-com
52+ - icon : fontawesome/brands/github
53+ link : https://github.com/frequenz-floss
54+ - icon : fontawesome/brands/linkedin
55+ link : https://www.linkedin.com/company/frequenz-com
6056 version :
6157 provider : mike
6258 default : latest
@@ -116,10 +112,10 @@ plugins:
116112 show_source : true
117113 signature_crossrefs : true
118114 import :
119- # TODO(cookiecutter): You might want to add other external references here
120- # See https://mkdocstrings.github.io/python/usage/#import for details
121115 - https://docs.python.org/3/objects.inv
122116 - https://typing-extensions.readthedocs.io/en/stable/objects.inv
117+ - https://frequenz-floss.github.io/frequenz-api-common/v0.3/objects.inv
118+ - https://grpc.github.io/grpc/python/objects.inv
123119 # Note this plugin must be loaded after mkdocstrings to be able to use macros
124120 # inside docstrings. See the comment in `docs/_scripts/macros.py` for more
125121 # details
0 commit comments