Skip to content

Commit

Permalink
fix: add build.os to RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-i-am committed Apr 5, 2024
1 parent 2b5e5b1 commit 82cf76a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
# Set the version of Python and other tools you might need
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
fail_on_warning: true

python:
version: 3.8
install:
- requirements: requirements/doc.txt

0 comments on commit 82cf76a

Please sign in to comment.