From f3fccaad937b065a8666982c573d5fcbeca8df83 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Thu, 29 Aug 2024 13:02:16 -0700 Subject: [PATCH] Fix RTD build AutoAPI 3.3.0 release broke our build. So, pin at a lower version for now. --- .readthedocs.yml | 2 +- pyproject.toml | 2 ++ requirements-doc.txt | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 pyproject.toml diff --git a/.readthedocs.yml b/.readthedocs.yml index 5bfae07bc268e..504363e9772ed 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,7 +9,7 @@ version: 2 build: - os: ubuntu-20.04 + os: ubuntu-24.04 tools: python: "3" jobs: diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000000000..79b661bfa5581 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[tool.setuptools_scm] +# can be empty if no extra settings are needed, presence enables setuptools-scm diff --git a/requirements-doc.txt b/requirements-doc.txt index 15df3b13780d1..e41542d240d6f 100644 --- a/requirements-doc.txt +++ b/requirements-doc.txt @@ -11,7 +11,7 @@ setuptools_scm # For sphinx sphinx!=5.2.0.post0 -sphinx-autoapi +sphinx-autoapi<3.3.0 sphinx-rtd-theme sphinxcontrib-svg2pdfconverter sphinxcontrib-jquery