File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,17 @@ version: 2
3
3
build :
4
4
os : ubuntu-22.04
5
5
tools :
6
- python : " 3.8"
7
-
6
+ python : " 3.10"
7
+ apt_packages :
8
+ - default-jre-headless
9
+ jobs :
10
+ pre_install :
11
+ - wget "https://github.com/plantuml/plantuml/releases/download/v1.2023.10/plantuml.jar" -O "/tmp/plantuml.jar"
12
+ - echo "ee06454723028763dd8280459e8fd8f31fcd85b1ae8d9ab0e32122243c098c3b" "/tmp/plantuml.jar" | sha256sum -c
8
13
sphinx :
9
14
builder : html
10
15
configuration : doc/htmldoc/conf.py
11
16
12
17
python :
13
- install :
14
- - requirements : doc/requirements.txt
18
+ install :
19
+ - requirements : doc/requirements.txt
Original file line number Diff line number Diff line change 70
70
# Add any paths that contain templates here, relative to this directory.
71
71
templates_path = ["templates" ]
72
72
73
+ plantuml = "java -jar /tmp/plantuml.jar"
73
74
sphinx_gallery_conf = {
74
75
# path to your examples scripts
75
76
"examples_dirs" : "../../pynest/examples" ,
You can’t perform that action at this time.
0 commit comments