diff options
author | David Robillard <d@drobilla.net> | 2022-12-03 16:14:41 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-12-03 16:14:41 -0500 |
commit | c41ebbc08687b5c072108885b7fab66512917d9b (patch) | |
tree | aa6fb2b03623c52842c6ce375fb3d5c8973d6cf7 /subprojects/sphinxygen.wrap | |
parent | 577356481bbcb12468bcf669ef7107dfb057b833 (diff) | |
download | zix-c41ebbc08687b5c072108885b7fab66512917d9b.tar.gz zix-c41ebbc08687b5c072108885b7fab66512917d9b.tar.bz2 zix-c41ebbc08687b5c072108885b7fab66512917d9b.zip |
Replace duplicated dox_to_sphinx script with sphinxygen dependency
Diffstat (limited to 'subprojects/sphinxygen.wrap')
-rw-r--r-- | subprojects/sphinxygen.wrap | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/subprojects/sphinxygen.wrap b/subprojects/sphinxygen.wrap new file mode 100644 index 0000000..e4f8c36 --- /dev/null +++ b/subprojects/sphinxygen.wrap @@ -0,0 +1,8 @@ +# Copyright 2022 David Robillard <d@drobilla.net> +# SPDX-License-Identifier: 0BSD OR ISC + +[wrap-git] +url = https://gitlab.com/drobilla/sphinxygen.git +push-url = ssh://git@gitlab.com:drobilla/sphinxygen.git +revision = main +depth = 1 |