Skip to content

Commit

Permalink
Merge pull request #33 from pomme-abricot/docs
Browse files Browse the repository at this point in the history
add requirements
  • Loading branch information
mlabadie authored Jun 7, 2021
2 parents 89c9078 + a3ee132 commit af3ea78
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
conda:
file: doc/environment.yml
version: 1

build:
image: latest
sphinx:
configuration: docs/conf.py

python:
version: 2.7
setup_py_install: true
version: 3.7
install:
- requirements: docs/requirements.txt

conda:
file: docs/environment.yml
25 changes: 25 additions & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: strawberry
channels:
- fredboudon
- conda-forge
- openalea

dependencies:
- python=3.8
- pandas
- k3d
- jupyter
- voila
- voila-vuetify
- nodejs
- cufflinks-py
- ipyvuetify
- qgrid
- plotly
- openalea.deploy
- openalea.mtg
- openalea.plantgl
- openalea.lpy
- pip:
- pyvis
- pgljupyter
19 changes: 19 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

python=3.8
pandas
k3d
jupyter
voila
voila-vuetify
nodejs
cufflinks-py
ipyvuetify
qgrid
plotly
pyvis
pgljupyter

openalea.deploy
openalea.mtg
openalea.plantgl
openalea.lpy

0 comments on commit af3ea78

Please sign in to comment.