We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f13fa7 commit da4b034Copy full SHA for da4b034
docs/conda_env.yml docs/environment.yml
@@ -1,9 +1,12 @@
1
name: notebook_docs
2
dependencies:
3
-- sphinx>=1.3
+- python=3.5
4
- sphinx_rtd_theme
5
- jinja2
6
- tornado
7
- nbformat
8
- jupyter_client
9
- ipykernel
10
+- pip:
11
+ - sphinx>=1.3.6
12
+ - nbsphinx
readthedocs.yml
@@ -1,4 +1,4 @@
conda:
- file: docs/conda_env.yml
+ file: docs/environment.yml
python:
version: 3
0 commit comments