From 624f79af0d832b14627d6cc572b84502da271525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Thu, 15 Aug 2024 13:30:19 +0200 Subject: [PATCH] Update readthedocs config --- .readthedocs.yaml | 14 ++++++++++++++ pyproject.toml | 1 + 2 files changed, 15 insertions(+) create mode 100644 .readthedocs.yaml 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"