Skip to content

Commit

Permalink
add build os
Browse files Browse the repository at this point in the history
  • Loading branch information
BMPixel committed Aug 17, 2024
1 parent ebab3b7 commit d41c170
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
# .readthedocs.yaml
# Read the Docs configuration file
# 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.10"
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
install:
- requirements: docs/requirements.txt

0 comments on commit d41c170

Please sign in to comment.