-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspinfile.yaml
More file actions
40 lines (33 loc) · 878 Bytes
/
spinfile.yaml
File metadata and controls
40 lines (33 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# The spinfile.yaml for csspin_java is required since building the documentation
# requires a provisioned project.
spin:
project_name: csspin_java
plugin_packages:
- csspin-docs
- csspin-python
- -e .
plugins:
- csspin_docs.sphinx
- csspin_java:
- mvn
- java
python:
version: '3.11.9'
requirements:
- sphinx-rtd-theme
java:
version: '19'
mvn:
mirrors:
- https://apache-proxy.ops.contact.de
- https://apache-proxy.ops.contact.de/dist
- https://downloads.apache.org
- https://archive.apache.org/dist
build_rules:
task docs:
sources: doc/_schemaref.rst
doc/_schemaref.rst:
sources: [src/csspin_java]
spin:
- schemadoc mvn --rst -o doc/plugins/mvn_schemaref.rst
- schemadoc java --rst -o doc/plugins/java_schemaref.rst