projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77fb5bf
)
[ci] add readthedocs.io configuration file
author
Paul Brossier
<piem@piem.org>
Tue, 2 Jan 2024 16:29:08 +0000
(17:29 +0100)
committer
Paul Brossier
<piem@piem.org>
Tue, 2 Jan 2024 16:29:08 +0000
(17:29 +0100)
.readthedocs.yaml
[new file with mode: 0644]
patch
|
blob
diff --git a/.readthedocs.yaml
b/.readthedocs.yaml
new file mode 100644
(file)
index 0000000..
d8a4885
--- /dev/null
+++ b/
.readthedocs.yaml
@@ -0,0
+1,10
@@
+# see https://docs.readthedocs.io/en/stable/config-file/
+version: 2
+
+build:
+ os: ubuntu-22.04
+ tools:
+ python: "3.12"
+
+sphinx:
+ configuration: doc/conf.py