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 0934a51 + ff08ba0 commit 6f99002Copy full SHA for 6f99002
docs/requirements.txt
@@ -0,0 +1,3 @@
1
+sphinx>=1.3.6
2
+sphinx_rtd_theme
3
+sphinxcontrib_github_alt
readthedocs.yml
@@ -1,7 +1,12 @@
-name: jupyter_client
-type: sphinx
-conda:
4
- file: docs/environment.yml
+version: 2
+name: jupyter-client
+sphinx:
+ configuration: docs/conf.py
5
python:
6
- version: 3
7
- pip_install: true
+ version: 3.7
+ install:
8
+ # install docs requirements
9
+ - requirements: docs/requirements.txt
10
+ # install jupyter-client itself
11
+ - method: pip
12
+ path: .
0 commit comments