Merge pull request #293 from antmicro/fix_arch_defs

Fix missing symbiflow-arch-defs documentation
This commit is contained in:
Tim Ansell 2020-06-19 15:19:31 -07:00 committed by GitHub
commit 5064f4df3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Sphinx==2.4.0
Sphinx==3.0.4
git+http://github.com/SymbiFlow/sphinx_materialdesign_theme.git@master#egg=sphinx_symbiflow_theme
sphinx-markdown-tables==0.0.12
breathe==4.18.1

View File

@ -18,7 +18,7 @@ import sys, os
# -- General configuration -----------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
needs_sphinx = '1.6'
needs_sphinx = '3.0.4'
# For VTR documentation support
sys.path.append(os.path.abspath('./vtr-verilog-to-routing/doc/_exts'))
@ -81,7 +81,6 @@ today_fmt = '%Y-%m-%d'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = [
'symbiflow-arch-defs/*',
'symbiflow-arch-defs/third_party/**',
'prjtrellis/third_party/**',
'prjxray/third_party/**',