diff options
author | Michael Howitz <mh@gocept.com> | 2023-03-28 09:02:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-28 09:02:21 +0200 |
commit | 816aef9c20abf430016a5b339a74494831344a97 (patch) | |
tree | 7880cfa8163ac4b0c849af75e84cd1023ac753d1 | |
parent | 5a3fc0c0c90809242172faa18b24961ec10ad529 (diff) | |
download | zope-traversing-816aef9c20abf430016a5b339a74494831344a97.tar.gz |
Fix RTD
-rw-r--r-- | .readthedocs.yaml | 10 |
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 |