Skip to content

Commit

Permalink
Upadated readthedocs conf file.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarusso committed Aug 13, 2024
1 parent 54abd5f commit 28933ab
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
version: 2

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

# Set the version of Python and requirements required to build your docs
build:
os: ubuntu-20.04
tools:
python: "3.12"

python:
version: 3.7
install:
- requirements: requirements.txt
- method: pip
path: .
system_packages: true

0 comments on commit 28933ab

Please sign in to comment.