Skip to content

Commit

Permalink
💚 Fix documentation build on Read the Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Galileo-Galilei committed Oct 21, 2023
1 parent 0e309df commit 990a9de
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
# Required
version: 2

# required since 2023/10 https://blog.readthedocs.com/use-build-os-config/
build:
os: "ubuntu-22.04"
tools:
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand All @@ -16,7 +22,6 @@ formats:

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- method: pip
path: .
Expand Down

0 comments on commit 990a9de

Please sign in to comment.