Merge pull request #354 from RanabirChakraborty/remove_deprecate

Remove deprecated ansible-basic-sphinx-ext
This commit is contained in:
Harsha Cherukuri
2026-06-23 08:26:40 -04:00
committed by GitHub
2 changed files with 0 additions and 4 deletions

View File

@@ -44,7 +44,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

@@ -1,10 +1,7 @@
# ansible_basic_sphinx_ext still imports pkg_resources (removed in setuptools 82+).
setuptools>=70.0.0,<81.0.0
antsibull>=0.17.0
antsibull-docs
antsibull-changelog
ansible-core>=2.16.0
ansible-pygments
sphinx-rtd-theme
git+https://github.com/felixfontein/ansible-basic-sphinx-ext
myst-parser