Skip to content

Commit

Permalink
chore: Update ReadTheDocs config file to be compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Sep 19, 2023
1 parent 2af877c commit 65d95b1
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,25 @@
# Required
version: 2

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

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

# Optionally build your docs in additional formats such as PDF
# If using Sphinx, optionally build your docs in additional formats such as PDF and ePub
formats:
- pdf

# Optionally set the version of Python and requirements required to build your docs
# python -m pip install '.[docs,contrib]'
python:
version: 3.8
install:
- method: pip
path: .
Expand Down

0 comments on commit 65d95b1

Please sign in to comment.