summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2022-10-30 22:17:21 -0700
committerBernát Gábor <gaborjbernat@gmail.com>2022-10-30 22:17:21 -0700
commit1e90b97f70f03b1fc6bde3b187bdc9d9f4590f7e (patch)
tree735f30305de6a6c821f04d260778d44d133de264
parentba6ac17c9b058aadcddd95e2a3ec689a2c3c9b69 (diff)
downloadvirtualenv-1e90b97f70f03b1fc6bde3b187bdc9d9f4590f7e.tar.gz
Simplify docs conf
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
-rw-r--r--.readthedocs.yml19
1 files changed, 8 insertions, 11 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index 247a575..ab30113 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -1,18 +1,15 @@
version: 2
build:
- os: ubuntu-20.04
+ os: ubuntu-22.04
tools:
- python: "3.10"
-formats:
- - htmlzip
- - epub
- - pdf
+ python: "3"
python:
- install:
- - method: pip
- path: .
- extra_requirements: ["docs"]
+ install:
+ - method: pip
+ path: .
+ extra_requirements:
+ - docs
sphinx:
builder: html
configuration: docs/conf.py
- fail_on_warning: false
+ fail_on_warning: true