Add readthedocs config file

This commit is contained in:
Bruno Alla 2026-02-11 21:06:28 +00:00
parent 4b6053b944
commit abc1951924
2 changed files with 22 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,7 +1,6 @@
*.pyc
*.db
*~
.*
*.py.bak
@ -14,6 +13,8 @@
/env/
MANIFEST
coverage.*
.coverage
.cache/
!.github
!.gitignore

20
.readthedocs.yaml Normal file
View File

@ -0,0 +1,20 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Set the OS, Python version, and other tools you might need
build:
os: ubuntu-24.04
tools:
python: "3.13"
jobs:
install:
- pip install -e . --group docs
# Build documentation with Mkdocs
mkdocs:
configuration: mkdocs.yml