##// END OF EJS Templates
Use ansi code for soon-to-be released prompt_toolkit....
Use ansi code for soon-to-be released prompt_toolkit. Prompt toolkit use to try to map 256 colors code to closest ansi code but does not do that anymore. This should fix (some of) the occurrences.

File last commit:

r24611:9d883249
r24680:b73398c4
Show More
environment.yml
11 lines | 170 B | text/x-yaml | YamlLexer
name: ipython_docs
dependencies:
- python=3.6
- setuptools>=18.5
- sphinx>=1.8
- sphinx_rtd_theme
- pip:
- docrepr
- prompt_toolkit
- ipython
- ipykernel