1
0
mirror of https://github.com/minio/docs.git synced 2025-07-25 21:22:11 +03:00

Adding lightboxed images, fixing typo

This commit is contained in:
ravindk89
2021-05-20 18:34:46 -04:00
parent 946c43785b
commit b23cae7aed
4 changed files with 12 additions and 4 deletions

View File

@ -44,7 +44,8 @@ extensions = [
'sphinx_markdown_tables',
'sphinx-prompt',
'sphinx_substitution_extensions',
'sphinx_togglebutton'
'sphinx_togglebutton',
'sphinxcontrib.images',
]
# -- External Links
@ -80,6 +81,12 @@ exclude_patterns = ['includes/*.rst']
copybutton_selector = "div.copyable pre"
# sphinxcontrib-images customization
images_config = {
'override_image_directive' : True
}
# -- Options for HTML output -------------------------------------------------
# The theme to use for HTML and HTML Help pages. See the documentation for