Skip to content

Commit

Permalink
Add ReadTheDocs configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Aug 3, 2023
1 parent 639173d commit 9384e7c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the OS, Python version, and any other needed tools
build:
os: ubuntu-22.04
tools:
python: "3.10"

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

# Version of Python and requirements required to build the docs
python:
install:
- requirements: requirements/developer.pip

0 comments on commit 9384e7c

Please sign in to comment.