Fix readthedocs environment (#6020)

* Fix readthedocs environment

* Update environment.yml

* Update environment.yml
pull/6025/head
Steven Silvester 5 years ago committed by GitHub
parent c14d7f4ec8
commit 9a0ef920dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,6 @@
name: notebook_docs
channels:
- conda-forge
dependencies:
- python=3.8
- sphinx_rtd_theme
@ -7,9 +9,10 @@ dependencies:
- nbformat
- jupyter_client
- ipykernel
- pip
- sphinx
- terminado
- myst_parser
- myst-parser
- pip:
- nbsphinx
- Send2Trash

Loading…
Cancel
Save