Skip to content

Commit

Permalink
Update .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Apr 22, 2023
1 parent f2bf227 commit e12b17a
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# .readthedocs.yml
# .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:
os: ubuntu-22.04
tools:
python: "3.11"

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

# Optionally set the version of Python and requirements required to build your docs
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt

install:
- requirements: docs/requirements.txt

0 comments on commit e12b17a

Please sign in to comment.