Update readthedocs config

This commit is contained in:
Ricardo Montañana Gómez 2024-08-15 13:30:19 +02:00
parent 40031b7d52
commit 624f79af0d
Signed by: rmontanana
GPG Key ID: 46064262FD9A7ADE
2 changed files with 15 additions and 0 deletions

14
.readthedocs.yaml Normal file
View File

@ -0,0 +1,14 @@
version: 2
sphinx:
configuration: docs/source/conf.py
build:
os: ubuntu-22.04
tools:
python: "3.12"
python:
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt

View File

@ -40,6 +40,7 @@ doc = ["sphinx", "myst-parser", "sphinx_rtd_theme", "sphinx-autodoc-typehints"]
[project.urls] [project.urls]
Home = "https://github.com/doctorado-ml/odte" Home = "https://github.com/doctorado-ml/odte"
Docs = "https://odte.readthedocs.io/en/latest/index.html"
[tool.hatch.version] [tool.hatch.version]
path = "odte/_version.py" path = "odte/_version.py"