Skip to content

Commit

Permalink
switch to pip for docs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maclandrol committed May 6, 2024
1 parent f57edc4 commit ec216f5
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@ dependencies:
- nbconvert
- ipywidgets

# Doc
- mkdocs <1.6.0
- mkdocs-material >=7.1.1
- mkdocs-material-extensions
- mkdocstrings
- mkdocstrings-python
- mkdocs-jupyter
- markdown-include
- mdx_truly_sane_lists
- mike >=1.0.0
- pip:
- mkdocs <1.6.0
- mkdocs-material >=7.1.1
- mkdocs-material-extensions
- mkdocstrings
- mkdocstrings-python
- mkdocs-jupyter
- markdown-include
- markdown-include
- mdx_truly_sane_lists
- mike >=1.0.0

0 comments on commit ec216f5

Please sign in to comment.