We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0f98a0 + fcd70b6 commit 724c38eCopy full SHA for 724c38e
docs/environment.yml
@@ -1,5 +1,6 @@
1
name: jupyter_server_docs
2
dependencies:
3
+- nodejs=14
4
- python=3.8
5
- pip
6
- pip:
readthedocs.yml
@@ -0,0 +1,11 @@
+version: 2
+sphinx:
+ configuration: docs/source/conf.py
+conda:
+ environment: docs/environment.yml
+python:
7
+ version: 3.8
8
+ install:
9
+ # install itself with pip install .
10
+ - method: pip
11
+ path: .
0 commit comments