Skip to content

Commit

Permalink
Add readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbussy committed Aug 20, 2023
1 parent 761f5ef commit f959da1
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
docs.
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

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

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

# Set the version of Python and requirements required to build your docs
build:
os: "ubuntu-22.04"
tools:
python: "3.11"

python:
install:
- requirements: docs/requirements.txt

0 comments on commit f959da1

Please sign in to comment.