Skip to content

Commit

Permalink
Add newly-required ReadTheDocs configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Jun 14, 2023
1 parent b5209a2 commit e91926e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .readthedocs.yaml
@@ -0,0 +1,14 @@
# 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

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

0 comments on commit e91926e

Please sign in to comment.