Skip to content

Commit

Permalink
update readthedocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
wang0618 committed Apr 20, 2024
1 parent df42253 commit 90becbd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .readthedocs.yml
Expand Up @@ -5,6 +5,12 @@
# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-lts-latest
tools:
python: "3.9"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand All @@ -18,7 +24,6 @@ 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
Expand Down

0 comments on commit 90becbd

Please sign in to comment.