Fix doc link in project

This commit is contained in:
Ricardo Montañana Gómez 2024-09-03 18:08:56 +02:00
parent 31a3753046
commit 1d906e2cb3
Signed by: rmontanana
GPG Key ID: 46064262FD9A7ADE

View File

@ -40,7 +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" Docs = "https://odte.readthedocs.io"
[tool.hatch.version] [tool.hatch.version]
path = "odte/_version.py" path = "odte/_version.py"