diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..8901566 --- /dev/null +++ b/.readthedocs.yaml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index db1a49f..1689ca4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,7 @@ doc = ["sphinx", "myst-parser", "sphinx_rtd_theme", "sphinx-autodoc-typehints"] [project.urls] Home = "https://github.com/doctorado-ml/odte" +Docs = "https://odte.readthedocs.io/en/latest/index.html" [tool.hatch.version] path = "odte/_version.py"