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:
@ -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
|
||||
|
Reference in New Issue
Block a user