Skip to content

Commit

Permalink
Merge pull request #92 from pradal/doc
Browse files Browse the repository at this point in the history
Update documentation
  • Loading branch information
pradal authored Feb 12, 2024
2 parents d75dc9a + 34fcfb5 commit aa0d6f8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 33 deletions.
16 changes: 6 additions & 10 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
version: 2

sphinx:
configuration: doc/source/conf.py
build:
os: "ubuntu-22.04"
tools:
python: "mambaforge-22.9"

python:
version: 3.8
install:
- method: setuptools
path: .

conda:
environment: doc/environment.yml
conda:
environment: doc/environment.yml
28 changes: 6 additions & 22 deletions doc/environment.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,11 @@
name: strawberry
channels:
- conda-forge
- openalea3
- conda-forge

dependencies:
- python=3.8
- openalea.deploy
- openalea.mtg
- openalea.plantgl
- openalea.lpy
- openpyxl
- cufflinks-py
- pip:
- pyvis
- pandas
- k3d
- jupyter
- voila
- voila-vuetify
- nodejs
- ipyvuetify
- plotly
- nbsphinx
- sphinx-rtd-theme
- nbsphinx-link
- matplotlib
- python
- sphinx_rtd_theme
- openalea.strawberry
- nbsphinx
- nbsphinx-link
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Marc Labadie, Christophe Pradal, Gaetan Heidsieck'

# The full version, including alpha/beta/rc tags
release = '1.1.0'
release = '1.1.1'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit aa0d6f8

Please sign in to comment.