Merge pull request #253 from 0xFelix/fix-docs-workflow

fix(ci): remove deprecated ansible-basic-sphinx-ext from docs workflow
This commit is contained in:
kubevirt-prow[bot]
2026-07-06 10:37:36 +00:00
committed by GitHub
3 changed files with 0 additions and 3 deletions

View File

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

View File

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

View File

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