summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorZach Burnett <zachary.r.burnett@gmail.com>2022-10-13 15:00:05 -0400
committerGitHub <noreply@github.com>2022-10-13 15:00:05 -0400
commit54675240d4b4d2452a3777c5156f688e42a6c985 (patch)
treee8535a1d0d29ed5f4d44afc26a1d68d0d228729b /.readthedocs.yaml
parente95c54fe607aaa980a064b6490312483381ba0ab (diff)
downloadpython-setuptools-git-54675240d4b4d2452a3777c5156f688e42a6c985.tar.gz
rename `.readthedocs.yml` to `.readthedocs.yaml` (RTD docs indicate that `.readthedocs.yml` will be deprecated) (#68)
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 00000000..6bef3493
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,13 @@
+version: 2
+python:
+ install:
+ - path: .
+ extra_requirements:
+ - docs
+
+# workaround for readthedocs/readthedocs.org#9623
+build:
+ # workaround for readthedocs/readthedocs.org#9635
+ os: ubuntu-22.04
+ tools:
+ python: "3"