summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2023-03-28 09:02:21 +0200
committerGitHub <noreply@github.com>2023-03-28 09:02:21 +0200
commit816aef9c20abf430016a5b339a74494831344a97 (patch)
tree7880cfa8163ac4b0c849af75e84cd1023ac753d1
parent5a3fc0c0c90809242172faa18b24961ec10ad529 (diff)
downloadzope-traversing-816aef9c20abf430016a5b339a74494831344a97.tar.gz
Fix RTD
-rw-r--r--.readthedocs.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 0000000..edbff39
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,10 @@
+version: 2
+
+build:
+ os: "ubuntu-20.04"
+ tools:
+ python: "3.8"
+
+python:
+ install:
+ - requirements: doc-requirements.txt