Skip to content

Commit aa45a2d

Browse files
authored
Merge pull request #32 from vidartf/rtd-fix
Ensure node/npm available on RTD
2 parents a564de9 + db749c1 commit aa45a2d

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)