Skip to content

Commit

Permalink
updated to conform to readthedocs new requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMarc committed Dec 18, 2023
1 parent 4dfb6ed commit ef08375
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
image: latest
os: ubuntu-22.04
tools:
python: "3.11"

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

requirements_file: requirements_rtd.txt
# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: requirements_rtd.txt

0 comments on commit ef08375

Please sign in to comment.