Skip to content

Commit

Permalink
Merge branch 'dev' into release/v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MaGering committed Mar 11, 2024
2 parents 5e07952 + 79565d8 commit 011589b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@
# Required
version: 2

# Optionally set the version of Python and requirements required to build your docs
build:
os: ubuntu-22.04
tools:
python: "3.10"

# 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.7"
install:
- requirements: docs/docs_requirements.txt

0 comments on commit 011589b

Please sign in to comment.