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 2
2
# Read the Docs configuration file
3
3
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
4
# See https://github.com/earthobservations/wetterdienst for implementation
5
+ # https://browniebroke.com/blog/specify-docs-dependency-groups-with-poetry-and-read-the-docs/
5
6
6
7
# Required
7
8
version : 2
13
14
tools :
14
15
python : " 3.9"
15
16
jobs :
16
- post_create_environment :
17
- # https://browniebroke.com/blog/specify-docs-dependency-groups-with-poetry-and-read-the-docs/
17
+ post_create_environment :
18
18
# Install poetry
19
19
- pip install poetry
20
20
# Tell poetry to not use a virtual environment
Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ markdown_extensions:
81
81
- pymdownx.highlight
82
82
- pymdownx.extra
83
83
- 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
86
86
- pymdownx.tabbed :
87
87
alternate_style : true
88
88
You can’t perform that action at this time.
0 commit comments