Skip to content

Commit

Permalink
Update .readthedocs.yaml and mkdocs version
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Oct 19, 2023
1 parent 6bf15ce commit 5b844bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions .readthedocs.yaml
@@ -1,5 +1,4 @@
# .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
Expand All @@ -9,14 +8,12 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: "3.12"

# Build documentation in the docs/ directory with Sphinx
# sphinx:
# configuration: docs/conf.py
mkdocs:
configuration: mkdocs.yml

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: requirements.txt
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -9,5 +9,5 @@
# # Install packages
# python3 -m pip install --upgrade -r requirements.txt

mkdocs==1.3.0
mkdocs==1.5.3
mkdocs-exclude-search

0 comments on commit 5b844bd

Please sign in to comment.