mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-30 19:34:37 +00:00
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:
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user