Skip to content

Commit

Permalink
Update readthedocs.yaml
Browse files Browse the repository at this point in the history
Another attempt to fix readthedocs config
  • Loading branch information
shendric committed Feb 29, 2024
1 parent d3e8ad1 commit 2fa6c6a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions readthedocs.yaml
Expand Up @@ -16,9 +16,13 @@ sphinx:
# Optionally build your docs in additional formats such as PDF and ePub
formats: all

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

# Optionally set the version of Python and requirements required to build your docs
python:
os: ubuntu-20.04
version: 3.9
install:
- requirements: docs/requirements.txt

0 comments on commit 2fa6c6a

Please sign in to comment.