Skip to content

Commit

Permalink
Trying to fix mkdocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
ActuallyConnor committed Sep 29, 2024
1 parent a851db2 commit 6fb9466
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
# Required
version: 2

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

python:
install:
- requirements: requirements.txt

mkdocs:
configuration: mkdocs.yml

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

0 comments on commit 6fb9466

Please sign in to comment.