summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHernan Grecco <hgrecco@gmail.com>2023-05-12 18:44:12 -0300
committerHernan Grecco <hgrecco@gmail.com>2023-05-12 18:44:12 -0300
commit70d7ceefbc9dbe40703c85154adb3c4d3961ba25 (patch)
tree65f0b7d8510b39fb554d8afe552b82c5a3e6e405
parenta3297cf7acc2c767b2cf05c27862ee2fbde8a03f (diff)
downloadpint-70d7ceefbc9dbe40703c85154adb3c4d3961ba25.tar.gz
Updated readthedocs config
-rw-r--r--.readthedocs.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 830a8c2..d180754 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -1,11 +1,12 @@
version: 2
build:
- image: latest
+ os: ubuntu-22.04
+ tools:
+ python: "3.9"
sphinx:
configuration: docs/conf.py
fail_on_warning: false
python:
- version: 3.9
install:
- requirements: requirements_docs.txt
- method: pip