Skip to content

Commit

Permalink
Update .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwen committed Dec 25, 2023
1 parent 71d91f7 commit caa496f
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,24 @@
# Required
version: 2

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

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

# Optionally build your docs in additional formats such as PDF
formats:
- pdf
- pdf

# Optionally set the version of Python and requirements required to build your docs
python:
version: "3.10"
install:
- requirements: docs/requirements-docs.txt
- method: pip
path: .
version: "3.10"
install:
- requirements: docs/requirements-docs.txt
- method: pip
path: .

0 comments on commit caa496f

Please sign in to comment.