File tree 3 files changed +18
-17
lines changed 3 files changed +18
-17
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,7 @@ version: 2
6
6
sphinx :
7
7
configuration : docs/conf.py
8
8
9
- formats : all
9
+ conda :
10
+ environment : docs/environment.yml
10
11
11
- python :
12
- version : 3.7
13
- install :
14
- - requirements : docs/requirements.txt
15
- - method : pip
16
- path : ./python
12
+ formats : all
Original file line number Diff line number Diff line change
1
+ name : bistring
2
+ channels :
3
+ - defaults
4
+ dependencies :
5
+ - nodejs
6
+ - pip
7
+ - pip :
8
+ - sphinx
9
+ - sphinx_autodoc_typehints
10
+ - sphinx_rtd_theme
11
+ # Need fixes for https://github.com/mozilla/sphinx-js/issues/90,
12
+ # https://github.com/mozilla/sphinx-js/issues/105,
13
+ # https://github.com/mozilla/sphinx-js/issues/110
14
+ - " git+https://github.com/tavianator/sphinx-js@d2e98fb07c8d2efe46820f1ab07a677244dc4dce#egg=sphinx-js"
15
+ - regex
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments