<div dir="ltr">Thanks. Confirming for the mailing list that we discussed this at the DTS meeting last week and agreed on this course of action.<div><br></div><div>Reviewed-by: Patrick Robb <<a href="mailto:probb@iol.unh.edu">probb@iol.unh.edu</a>></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Fri, Aug 1, 2025 at 7:45 AM Luca Vizzarro <<a href="mailto:luca.vizzarro@arm.com">luca.vizzarro@arm.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The CI currently does not support the optional DTS docs dependencies. As<br>
a consequence, all of the public docs are always built and deployed without<br>
them.<br>
<br>
To simplify the maintenance process, remove the optional docs dependencies<br>
and abandon support.<br>
<br>
Signed-off-by: Luca Vizzarro <<a href="mailto:luca.vizzarro@arm.com" target="_blank">luca.vizzarro@arm.com</a>><br>
---<br>
doc/guides/conf.py | 7 -------<br>
doc/guides/tools/dts.rst | 5 -----<br>
dts/pyproject.toml | 9 ---------<br>
3 files changed, 21 deletions(-)<br>
<br>
diff --git a/doc/guides/conf.py b/doc/guides/conf.py<br>
index 4b1059c202..2c1aa81bbf 100644<br>
--- a/doc/guides/conf.py<br>
+++ b/doc/guides/conf.py<br>
@@ -65,13 +65,6 @@<br>
graphviz_output_format = "svg"<br>
tags.add("graphviz")<br>
<br>
- # Pydantic models require autodoc_pydantic for the right formatting. Add if installed.<br>
- try:<br>
- import sphinxcontrib.autodoc_pydantic<br>
- extensions.append("sphinxcontrib.autodoc_pydantic")<br>
- except ImportError:<br>
- pass<br>
-<br>
# Napoleon enables the Google format of Python doscstrings.<br>
napoleon_numpy_docstring = False<br>
napoleon_attr_annotations = True<br>
diff --git a/doc/guides/tools/dts.rst b/doc/guides/tools/dts.rst<br>
index 78761dc49e..3837b398cf 100644<br>
--- a/doc/guides/tools/dts.rst<br>
+++ b/doc/guides/tools/dts.rst<br>
@@ -491,11 +491,6 @@ Building DTS API docs<br>
The documentation is built using the standard DPDK build system.<br>
See :doc:`../linux_gsg/build_dpdk` for more details on compiling DPDK with meson.<br>
<br>
-.. code-block:: console<br>
-<br>
- poetry install --only docs<br>
- poetry install --with docs # an alternative that will also install DTS dependencies<br>
-<br>
After executing the meson command, build the documentation with:<br>
<br>
.. code-block:: console<br>
diff --git a/dts/pyproject.toml b/dts/pyproject.toml<br>
index 8df0a894dc..8b061c3cee 100644<br>
--- a/dts/pyproject.toml<br>
+++ b/dts/pyproject.toml<br>
@@ -35,15 +35,6 @@ types-paramiko = "^3.5.0.20240928"<br>
types-invoke = "^2.0.0.10"<br>
types-pyyaml = "^6.0.12.20240917"<br>
<br>
-[tool.poetry.group.docs]<br>
-optional = true<br>
-<br>
-[tool.poetry.group.docs.dependencies]<br>
-sphinx = "<=7"<br>
-sphinx-rtd-theme = ">=1.2.2"<br>
-pyelftools = "^0.31"<br>
-autodoc-pydantic = "^2.2.0"<br>
-<br>
[build-system]<br>
requires = ["poetry-core>=1.0.0"]<br>
build-backend = "poetry.core.masonry.api"<br>
-- <br>
2.43.0<br>
<br>
</blockquote></div>