File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22# Read the Docs configuration file
33# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
44# See https://github.com/earthobservations/wetterdienst for implementation
5+ # https://browniebroke.com/blog/specify-docs-dependency-groups-with-poetry-and-read-the-docs/
56
67# Required
78version : 2
1314 tools :
1415 python : " 3.9"
1516 jobs :
16- post_create_environment :
17- # https://browniebroke.com/blog/specify-docs-dependency-groups-with-poetry-and-read-the-docs/
17+ post_create_environment :
1818 # Install poetry
1919 - pip install poetry
2020 # Tell poetry to not use a virtual environment
Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ markdown_extensions:
8181- pymdownx.highlight
8282- pymdownx.extra
8383- pymdownx.emoji :
84- emoji_index : !!python/name:material.extensions .emoji.twemoji
85- emoji_generator : !!python/name:material.extensions .emoji.to_svg
84+ emoji_index : !!python/name:materialx .emoji.twemoji
85+ emoji_generator : !!python/name:materialx .emoji.to_svg
8686- pymdownx.tabbed :
8787 alternate_style : true
8888
You can’t perform that action at this time.
0 commit comments