Skip to content

Commit 724c38e

Browse files
authored
Merge pull request #468 from jtpio/rtd
Add ReadTheDocs config
2 parents a0f98a0 + fcd70b6 commit 724c38e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: jupyter_server_docs
22
dependencies:
3+
- nodejs=14
34
- python=3.8
45
- pip
56
- pip:

readthedocs.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
sphinx:
3+
configuration: docs/source/conf.py
4+
conda:
5+
environment: docs/environment.yml
6+
python:
7+
version: 3.8
8+
install:
9+
# install itself with pip install .
10+
- method: pip
11+
path: .

0 commit comments

Comments
 (0)