Merge pull request #215 from antmicro/images_ext

Add ability to display large images
This commit is contained in:
Tim Ansell 2020-03-09 11:35:21 -07:00 committed by GitHub
commit 4e53cbea4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 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

View File

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