Skip to content

Commit db749c1

Browse files
committed
Ensure node/npm available on RTD
1 parent a564de9 commit db749c1

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
name: {{cookiecutter.python_package_name}}_docs
3+
channels:
4+
- conda-forge
5+
dependencies:
6+
- python=3.5
7+
- nodejs
8+
- numpy
9+
- sphinx
10+
- nbsphinx
11+
- jupyter_sphinx

{{cookiecutter.github_project_name}}/readthedocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ python:
55
extra_requirements:
66
- examples
77
- docs
8+
conda:
9+
file: docs/environment.yml

0 commit comments

Comments
 (0)