summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2022-10-30 22:16:00 -0700
committerBernát Gábor <gaborjbernat@gmail.com>2022-10-30 22:16:00 -0700
commit0f0c505244f82b85b4c73f5f7ba33bc499b5e163 (patch)
tree481864d1a3ad4346a77dd95cb3a106ccd8d5f52f /.readthedocs.yml
parent95e7124eb8ecb249fb96c7ffe23785575b372fa3 (diff)
downloadtox-git-0f0c505244f82b85b4c73f5f7ba33bc499b5e163.tar.gz
Simplify docs conf
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml17
1 files changed, 7 insertions, 10 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index 8f8b623a..ab301130 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -1,17 +1,14 @@
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