Skip to content

Commit

Permalink
Set build.os and build.tools.python in .readthedocs.yml (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaFicarelli committed May 8, 2023
1 parent 0b01b0b commit 95e6006
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

sphinx:
fail_on_warning: true

# Optionally set the version of Python and requirements required to build your docs
build:
os: ubuntu-22.04
tools:
python: "3"

python:
install:
- method: pip
path: .
extra_requirements:
- docs
- docs

0 comments on commit 95e6006

Please sign in to comment.