Skip to content

Commit

Permalink
Fix RTD docs builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsirbu committed Oct 11, 2024
1 parent 7ae5984 commit 1f90103
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python in the build environment.
build:
os: "ubuntu-22.04"
tools:
python: "3.10"

mkdocs:
configuration: "mkdocs.yml"
fail_on_warning: false

# Use our docs/requirements.txt during installation.
python:
install:
- requirements: "docs/requirements.txt"
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mkdocs==1.3.0
mkdocs==1.6.0
markdown-include==0.6.0

0 comments on commit 1f90103

Please sign in to comment.