From c17ecab3205cde2de3893251deafe9739e5f59b1 Mon Sep 17 00:00:00 2001 From: Julien Hillairet Date: Sun, 17 Nov 2024 19:57:15 +0100 Subject: [PATCH] fix doc --- .readthedocs.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 80c9f5d..1ca405d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,7 +14,7 @@ build: - asdf install uv latest - asdf global uv latest - uv venv - - uv pip install .[docs,plot,test,netw,visa] + - uv pip install .[docs,test] - .venv/bin/python -m sphinx -T -b html -d _build/doctrees -D language=en doc/source $READTHEDOCS_OUTPUT/html # Build documentation in the "docs/" directory with Sphinx diff --git a/pyproject.toml b/pyproject.toml index 0ea942b..493eb2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ version = {attr = "west_ic_antenna.__version__"} test = [ "pytest>=8.3.3", ] -doc = [ +docs = [ "ipykernel>=6.29.5", "nbsphinx>=0.9.5", "sphinx-rtd-theme>=3.0.2",