Skip to content

Commit

Permalink
updated to v2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
PennyHow authored Oct 3, 2023
1 parent ce8fa1c commit 52d2603
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# File .readthedocs.yaml
# .readthedocs.yaml
# 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.8
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

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

0 comments on commit 52d2603

Please sign in to comment.