Skip to content

Commit

Permalink
fix: Revert to Python 3.11 for documentation building for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sopelj committed Nov 1, 2023
1 parent 4279d62 commit cbfc212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ theme:
- navigation.tabs.sticky
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.critic
- pymdownx.caret
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ cov = "pytest --asyncio-mode=auto --cov=ember_mug --cov-branch --cov-report=xml
no-cov = "cov --no-cov"

[tool.hatch.envs.docs]
python = "3.11"
features = ["docs"]

[tool.hatch.envs.docs.scripts]
Expand Down

0 comments on commit cbfc212

Please sign in to comment.