##// END OF EJS Templates
fix RTD (#14148)
fix RTD (#14148)

File last commit:

r28333:981760f1
r28381:ede7de71 merge
Show More
environment.yml
20 lines | 292 B | text/x-yaml | YamlLexer
name: ipython_docs
channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- setuptools
- sphinx>=4.2
- sphinx_rtd_theme
- numpy
- exceptiongroup
- testpath
- matplotlib
- pip
- pip:
- docrepr
- prompt_toolkit
- ipykernel
- stack_data
- -e ..