Skip to content

Commit f28d9a2

Browse files
committed
tentative doc update & readthedocs config
1 parent 8a7643a commit f28d9a2

File tree

6 files changed

+2496
-585
lines changed

6 files changed

+2496
-585
lines changed

ObjCryst/doc/.readthedocs.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
build:
3+
os: "ubuntu-22.04"
4+
tools:
5+
python: "3.12"
6+
apt_packages:
7+
- doxygen
8+
- graphviz
9+
jobs:
10+
post_build:
11+
- cd ObjCryst/doc && doxygen
12+
- cp -Rf ObjCryst/doc/build/html/ "$READTHEDOCS_OUTPUT/html/"

0 commit comments

Comments
 (0)