Skip to content

Commit

Permalink
Fix docs (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnair1 authored Apr 24, 2024
1 parent 28886ea commit 8436a0c
Show file tree
Hide file tree
Showing 4 changed files with 244 additions and 91 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Run pytest checks
run:
poetry run pytest --cov=changedet --cov-report=xml
poetry run pytest -v --cov=changedet --cov-report=xml

- name: Report coverage
uses: codecov/codecov-action@v2
Expand Down
8 changes: 5 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ theme:

markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.critic
- pymdownx.caret
- pymdownx.mark
Expand All @@ -54,7 +54,9 @@ markdown_extensions:
- toc:
baselevel: 2
permalink: true
slugify: !!python/name:pymdownx.slugs.uslugify
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- meta

plugins:
Expand Down
Loading

0 comments on commit 8436a0c

Please sign in to comment.