##// END OF EJS Templates
Remove some of the cast_unicode as we can prove they are not bytes....
Remove some of the cast_unicode as we can prove they are not bytes. 1) inspect getdoc impementation return None if docs is not str. 2) if a value is split, joined, or concatenated with str, it must be str, or we woudl get a type error.

File last commit:

r24731:3be5a191
r25333:f984edc3
Show More
environment.yml
14 lines | 195 B | text/x-yaml | YamlLexer
name: ipython_docs
dependencies:
- python=3.6
- setuptools>=18.5
- sphinx>=1.8
- sphinx_rtd_theme
- numpy
- nose
- testpath
- matplotlib
- pip:
- docrepr
- prompt_toolkit
- ipykernel