aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Ganssle <1377457+pganssle@users.noreply.github.com>2023-11-13 11:35:34 -0500
committerGitHub <noreply@github.com>2023-11-13 11:35:34 -0500
commit0586f4afa26fc6799128d98d4f97a49c7d6ab314 (patch)
tree31d639e6c867431a4ee6c9d3e0e0ed3956b90171
parent8c4c69d889692a7ec3f8efbd0258a1ce3891cdac (diff)
parent9fb7b15251adf29bb244041af9587f66a1adced7 (diff)
downloaddateutil-0586f4afa26fc6799128d98d4f97a49c7d6ab314.tar.gz
Merge pull request #1319 from dateutil/update_rtd
Update readthedocs configuration
-rw-r--r--.readthedocs.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index 94b73cb..b9c000f 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -3,9 +3,13 @@ version: 2
sphinx:
configuration: docs/conf.py
+build:
+ os: ubuntu-22.04
+ tools:
+ python: "3.11"
+
python:
- version: 3.8
install:
- - method: pip
- path: .
- - requirements: docs/requirements-docs.txt
+ - method: "pip"
+ path: "."
+ - requirements: "docs/requirements-docs.txt"