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.
1 parent 1a68cf2 commit 9633323Copy full SHA for 9633323
docs/environment.yml
@@ -0,0 +1,16 @@
1
+name: ipyparallel-docs
2
+channels:
3
+ - conda-forge
4
+dependencies:
5
+ - python=3.8
6
+ - pip
7
+
8
+ - sphinx>=1.8
9
+ - sphinx-copybutton
10
+ - pydata-sphinx-theme
11
+ - nbsphinx
12
+ - myst-parser
13
14
+ - matplotlib
15
+ # nodejs needed for extension build
16
+ - nodejs
readthedocs.yml
@@ -3,12 +3,16 @@ version: 2
sphinx:
configuration: docs/source/conf.py
+conda:
+ environment: docs/environment.yml
build:
image: latest
python:
version: 3.8
install:
+ # install ipp itself
- method: pip
17
path: .
18
- requirements: docs/requirements.txt
0 commit comments