File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ # .readthedocs.yml
2
+ # Read the Docs configuration file
3
+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
+
5
+ # Required
6
+ version : 2
7
+
8
+ sphinx :
9
+ configuration : docs/source/conf.py
10
+
11
+ formats : all
12
+
13
+ conda :
14
+ environment : docs/environment.yml
15
+
16
+ build :
17
+ image : latest
18
+
19
+ python :
20
+ version : 3.7
21
+ install :
22
+ - method : pip
23
+ path : .
Original file line number Diff line number Diff line change
1
+ name : nbclient_docs
2
+ channels :
3
+ - conda-forge
4
+ dependencies :
5
+ - python==3.7
6
+ - pandoc
7
+ - nbformat
8
+ - jupyter_client
9
+ - ipython
10
+ - sphinx>=1.5.1
11
+ - sphinx_rtd_theme
12
+ - tornado
13
+ - entrypoints
14
+ - pip :
15
+ - git+https://github.com/spatialaudio/nbsphinx.git#egg=nbsphinx
16
+ - sphinxcontrib_github_alt
You can’t perform that action at this time.
0 commit comments