summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2023-05-08 14:24:14 +0530
committerGitHub <noreply@github.com>2023-05-08 14:24:14 +0530
commitf25f8fffbbd16fdb13a4f8977946afe9a3248453 (patch)
tree7da44ab5f04b26c50940ce4326820ccdc95dfd14
parent5b1fa83ffcd2ceea484d26783be979403d6563f2 (diff)
downloadpip-main.tar.gz
Add Read the Docs build configuration (#12020)HEADmain
-rw-r--r--.readthedocs.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index 7d62011a6..b6453d8f0 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -1,10 +1,14 @@
version: 2
+build:
+ os: ubuntu-22.04
+ tools:
+ python: "3.11"
+
sphinx:
builder: htmldir
configuration: docs/html/conf.py
python:
- version: 3.8
install:
- requirements: docs/requirements.txt