Skip to content

Commit 557df92

Browse files
committed
Updating ReadTheDocs pinned requirements
1 parent cfbfefe commit 557df92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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
78
version: 2
@@ -13,8 +14,7 @@ build:
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

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)