Skip to content

Commit

Permalink
fix: build mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Sep 23, 2024
1 parent 6c711dc commit 9bf2110
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ mkdocs:
# Optionally build your docs in additional formats such as PDF and ePub
formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: docs/requirements.txt
# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.12"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
# golang: "1.20"

0 comments on commit 9bf2110

Please # to comment.