Skip to content

Commit

Permalink
fix docs deployment and get rid of warning during docs build (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisterburt authored Feb 9, 2024
1 parent 4ea6468 commit ca557bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:

- name: Install dependencies
run: |
# pip install -e .
pip install mkdocs mkdocs-material mkdocstrings[python]
pip install -e .[dev]
# Build the book
- name: Build the book
run: |
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ markdown_extensions:
alternate_style: true
- attr_list
- 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
- md_in_html
- pymdownx.arithmatex:
generic: true
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"scikit-image",
"simpleitk",
"pandas",
"mrcfile"
"mrcfile",
]


Expand Down

0 comments on commit ca557bf

Please sign in to comment.