##// END OF EJS Templates
PR: Add needs_local_scope to debug magic (#13960)...
PR: Add needs_local_scope to debug magic (#13960) Fixes https://github.com/ipython/ipython/issues/13959

File last commit:

r28079:1d72045a
r28162:83f90a3f merge
Show More
environment.yml
19 lines | 273 B | text/x-yaml | YamlLexer
Matthias Bussonnier
Use readthedocs.yaml file as we need a recent version of sphinx
r24611 name: ipython_docs
Matthias Bussonnier
try to fix enyml
r27055 channels:
- conda-forge
- defaults
Matthias Bussonnier
Use readthedocs.yaml file as we need a recent version of sphinx
r24611 dependencies:
Matthias Bussonnier
second try at trying to fix RTD;
r28063 - python=3.10
- setuptools
Matthias Bussonnier
try to fix enyml
r27055 - sphinx>=4.2
Matthias Bussonnier
second try at trying to fix RTD;
r28063 - sphinx_rtd_theme
Matthias Bussonnier
try to fix enyml
r27055 - numpy
- testpath
- matplotlib
Matthias Bussonnier
second try at trying to fix RTD;
r28063 - pip
Matthias Bussonnier
try to fix enyml
r27055 - pip:
Matthias Bussonnier
Use readthedocs.yaml file as we need a recent version of sphinx
r24611 - docrepr
- prompt_toolkit
- ipykernel
Matthias Bussonnier
try to fix build on readthedocs
r25748 - stack_data
krassowski
Actually install current IPython on RDT
r28079 - -e ..