Skip to content

Commit

Permalink
Merge pull request jupyter-server#468 from jtpio/rtd
Browse files Browse the repository at this point in the history
Add ReadTheDocs config
  • Loading branch information
blink1073 authored Apr 8, 2021
2 parents 62f1c59 + 61a20a0 commit 23cf7ee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: jupyter_server_docs
dependencies:
- nodejs=14
- python=3.8
- pip
- pip:
Expand Down
11 changes: 11 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
sphinx:
configuration: docs/source/conf.py
conda:
environment: docs/environment.yml
python:
version: 3.8
install:
# install itself with pip install .
- method: pip
path: .

0 comments on commit 23cf7ee

Please sign in to comment.