Skip to content

Commit

Permalink
Simplify docs conf
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
  • Loading branch information
gaborbernat committed Oct 31, 2022
1 parent ba6ac17 commit 1e90b97
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1e90b97

Please sign in to comment.