Skip to content

Commit da4b034

Browse files
committed
Add nbsphinx to conda yaml
Update the conda_env yaml Update environment
1 parent 4f13fa7 commit da4b034

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: notebook_docs
22
dependencies:
3-
- sphinx>=1.3
3+
- python=3.5
44
- sphinx_rtd_theme
55
- jinja2
66
- tornado
77
- nbformat
88
- jupyter_client
99
- ipykernel
10+
- pip:
11+
- sphinx>=1.3.6
12+
- nbsphinx

readthedocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
conda:
2-
file: docs/conda_env.yml
2+
file: docs/environment.yml
33
python:
44
version: 3

0 commit comments

Comments
 (0)