We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c557b commit 6875874Copy full SHA for 6875874
.readthedocs.yml
@@ -6,6 +6,9 @@ version: 2
6
sphinx:
7
configuration: docs/conf.py
8
9
+conda:
10
+ environment: docs/environment.yml
11
+
12
formats: all
13
14
python:
docs/environment.yml
@@ -0,0 +1,15 @@
1
+name: bistring
2
+channels:
3
+ - defaults
4
+dependencies:
5
+ - _libgcc_mutex=0.1=main
+ - _openmp_mutex=4.5=1_gnu
+ - ca-certificates=2021.7.5=h06a4308_1
+ - icu=68.1=h2531618_0
+ - libgcc-ng=9.3.0=h5101ec6_17
+ - libgomp=9.3.0=h5101ec6_17
+ - libstdcxx-ng=9.3.0=hd4cf53a_17
+ - libuv=1.40.0=h7b6447c_0
+ - nodejs=14.8.0=hda19d22_0
+ - openssl=1.1.1k=h27cfd23_0
15
+ - zlib=1.2.11=h7b6447c_3
0 commit comments