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:
Robert Winkler 2020-03-09 15:38:08 +01:00
parent 2bd70fdaeb
commit 962a264406
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -27,6 +27,7 @@ extensions = [
'sphinx.ext.imgmath', # breathe
'breathe',
'symbolator_sphinx',
'sphinxcontrib.images'
]
numfig = True