Add ability to display large images
This commit adds sphinxcontrib-images extensions which adds ability to display images in lightbox Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
This commit is contained in:
parent
2bd70fdaeb
commit
962a264406
|
@ -1,5 +1,6 @@
|
|||
Sphinx==2.0.0
|
||||
Sphinx==2.4.0
|
||||
git+http://github.com/SymbiFlow/sphinx_materialdesign_theme.git@master#egg=sphinx_symbiflow_theme
|
||||
sphinx-markdown-tables
|
||||
breathe==4.13.1
|
||||
symbolator==1.0.2
|
||||
sphinxcontrib-images==0.9.1
|
||||
|
|
|
@ -27,6 +27,7 @@ extensions = [
|
|||
'sphinx.ext.imgmath', # breathe
|
||||
'breathe',
|
||||
'symbolator_sphinx',
|
||||
'sphinxcontrib.images'
|
||||
]
|
||||
|
||||
numfig = True
|
||||
|
|
Loading…
Reference in New Issue