1
0
mirror of https://github.com/minio/docs.git synced 2025-07-03 16:02:47 +03:00

Bumping sphinx-substitution-extension and dropping sphinx-prompt

This commit is contained in:
Ravind Kumar
2025-06-24 12:02:19 -04:00
parent 6b66b44560
commit 3fec026a95
2 changed files with 1 additions and 3 deletions

View File

@ -3,7 +3,7 @@ sphinx == 6.2.1
sphinx-copybutton == 0.5.2 sphinx-copybutton == 0.5.2
sphinx-design == 0.4.1 sphinx-design == 0.4.1
sphinx-markdown-tables == 0.0.15 sphinx-markdown-tables == 0.0.15
Sphinx-Substitution-Extensions == 2020.9.30.0 Sphinx-Substitution-Extensions == 2022.02.16
sphinx-sitemap == 2.5.0 sphinx-sitemap == 2.5.0
sphinx-togglebutton === 0.3.2 sphinx-togglebutton === 0.3.2
sphinxcontrib-images === 0.9.4 sphinxcontrib-images === 0.9.4
@ -13,4 +13,3 @@ myst-parser === 1.0.0
linkify === 1.4 linkify === 1.4
linkify-it-py === 2.0.0 linkify-it-py === 2.0.0
pyyaml === 6.0.1 pyyaml === 6.0.1
sphinx-prompt === 1.10.0

View File

@ -35,7 +35,6 @@ extensions = [
'minio', 'minio',
'cond', 'cond',
'sphinx_copybutton', 'sphinx_copybutton',
'sphinx-prompt',
'sphinx_substitution_extensions', 'sphinx_substitution_extensions',
'sphinx_togglebutton', 'sphinx_togglebutton',
'sphinx_sitemap', 'sphinx_sitemap',