Skip to content

Commit

Permalink
Docs: fix readthedocs build failure (2)
Browse files Browse the repository at this point in the history
Provisionally fixes #248
  • Loading branch information
mgalardini committed Nov 9, 2023
1 parent d130239 commit 821c1a2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.10"

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

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.6
version: 3.10
install:
- requirements: docs/requirements.txt
- method: setuptools
Expand Down

0 comments on commit 821c1a2

Please sign in to comment.