Skip to content

Commit

Permalink
Merge branch 'readthedocs' into ena
Browse files Browse the repository at this point in the history
  • Loading branch information
Juke34 committed Jan 10, 2024
2 parents 9a42639 + 608c518 commit 0a63d06
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 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.7"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand All @@ -13,8 +19,9 @@ sphinx:
#formats:
# - pdf

# Optionally set the version of Python and requirements required to build your docs
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
version: 3.7
install:
- requirements: docs/requirements.txt
- requirements: docs/requirements.txt

0 comments on commit 0a63d06

Please sign in to comment.