fix(ci): remove deprecated ansible-basic-sphinx-ext from docs workflow

The docs workflow fails because ansible_basic_sphinx_ext uses
pkg_resources which was removed in recent setuptools versions.
The package is archived and deprecated - its functionality is
already covered by sphinx_antsibull_ext and ansible-pygments.

Also remove the Python version pin to use the runner default.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2026-07-06 12:24:06 +02:00
parent bb17eead76
commit 4461c27fe2
3 changed files with 0 additions and 3 deletions

View File

@@ -30,7 +30,6 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v6 uses: actions/setup-python@v6
with: with:
python-version: "3.14"
cache: pip cache: pip
- name: Install doc dependencies - name: Install doc dependencies

View File

@@ -45,7 +45,6 @@ extensions = [
"sphinx.ext.autodoc", "sphinx.ext.autodoc",
"sphinx.ext.intersphinx", "sphinx.ext.intersphinx",
"sphinx_antsibull_ext", "sphinx_antsibull_ext",
"ansible_basic_sphinx_ext",
] ]
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.

View File

@@ -4,5 +4,4 @@ antsibull-changelog
ansible-core ansible-core
ansible-pygments ansible-pygments
sphinx-rtd-theme sphinx-rtd-theme
git+https://github.com/felixfontein/ansible-basic-sphinx-ext
myst-parser myst-parser