Skip to content

Commit

Permalink
Merge pull request #24 from jpvantassel/dev
Browse files Browse the repository at this point in the history
For v0.3.0: final adjustments
  • Loading branch information
jpvantassel authored Jul 13, 2024
2 parents 2569458 + 4f2edcd commit 8909a93
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .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.12"

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

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: requirements.txt
- method: pip
path: .
system_packages: true

0 comments on commit 8909a93

Please sign in to comment.