Skip to content

Commit

Permalink
[FIX] Fixed rtd build
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-b0t committed May 30, 2024
1 parent 8c12a62 commit 59f2f89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@

# Required
version: 2
build:
os: ubuntu-20.04
tools:
python: "3.8"

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

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

0 comments on commit 59f2f89

Please sign in to comment.