Skip to content

Commit 6ea7117

Browse files
authored
Merge pull request #99 from openalea/doc
Rtfd configuration
2 parents 4bca479 + 3c3bca6 commit 6ea7117

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

doc/environment.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,22 @@ dependencies:
1111
- openalea.strawberry
1212
- nbsphinx
1313
- nbsphinx-link
14+
- python
15+
- pandas
16+
- k3d
17+
- jupyter
18+
- nodejs
19+
- cufflinks-py
20+
- ipyvuetify
21+
- plotly
22+
- openalea.deploy
23+
- openalea.mtg
24+
- openalea.plantgl
25+
- openpyxl
26+
- openalea.lpy
27+
- pyvis
28+
- voila
29+
- voila-vuetify
30+
- pip
31+
- pip:
32+
- -e ..

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'strawberry'
21-
copyright = '2021, Marc Labadie, Christophe Pradal, Gaetan Heidsieck'
21+
copyright = '2021-2025, Marc Labadie, Christophe Pradal, Gaetan Heidsieck'
2222
author = 'Marc Labadie, Christophe Pradal, Gaetan Heidsieck'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '1.2.0'
25+
release = '1.2.1'
2626

2727

2828
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)