Skip to content

Commit

Permalink
Install sphinxcontrib-mermaid from proposed sphinx 8.1.0 compat fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed Oct 11, 2024
1 parent eb5cba1 commit 9780f60
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions conda/environments/deployment_docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: deployment-docs-dev
name: deployment-docs-dev-foo
channels:
- nodefaults
- conda-forge
Expand All @@ -9,10 +9,13 @@ dependencies:
- numpydoc>=1.8.0
- pydata-sphinx-theme>=0.15.4
- python=3.12
- pip
- pre-commit>=3.8.0
- sphinx>=8.0.2
- sphinx-autobuild>=2024.9.19
- sphinx-copybutton>=0.5.2
- sphinx-design>=0.6.1
- sphinxcontrib-mermaid>=0.9.2
- python-frontmatter>=1.1.0
# - sphinxcontrib-mermaid>=0.9.2
- pip:
- git+https://github.com/jacobtomlinson/sphinxcontrib-mermaid.git@extension-error-import

0 comments on commit 9780f60

Please sign in to comment.