Merge pull request #215 from antmicro/images_ext
Add ability to display large images
This commit is contained in:
commit
4e53cbea4c
|
@ -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
|
git+http://github.com/SymbiFlow/sphinx_materialdesign_theme.git@master#egg=sphinx_symbiflow_theme
|
||||||
sphinx-markdown-tables
|
sphinx-markdown-tables
|
||||||
breathe==4.13.1
|
breathe==4.13.1
|
||||||
symbolator==1.0.2
|
symbolator==1.0.2
|
||||||
|
sphinxcontrib-images==0.9.1
|
||||||
|
|
|
@ -27,6 +27,7 @@ extensions = [
|
||||||
'sphinx.ext.imgmath', # breathe
|
'sphinx.ext.imgmath', # breathe
|
||||||
'breathe',
|
'breathe',
|
||||||
'symbolator_sphinx',
|
'symbolator_sphinx',
|
||||||
|
'sphinxcontrib.images'
|
||||||
]
|
]
|
||||||
|
|
||||||
numfig = True
|
numfig = True
|
||||||
|
|
Loading…
Reference in New Issue