Skip to content

Commit

Permalink
Merge pull request #83 from AlexsLemonade/sjspielman/5-rtd
Browse files Browse the repository at this point in the history
Add readthedocs yaml file
  • Loading branch information
sjspielman authored Mar 4, 2024
2 parents 7215bf7 + 7a63939 commit ac8b7ca
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Read the Docs configuration file for MkDocs projects

# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2


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

mkdocs:
configuration: mkdocs.yml

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt

0 comments on commit ac8b7ca

Please sign in to comment.