mirror of
https://github.com/chipsalliance/f4pga.git
synced 2025-01-03 03:43:37 -05:00
Fix missing symbiflow-arch-defs documentation
This commit adds missing symbiflow-arch-defs documentation. It also bumps the required Sphinx version to ensure the same build on RTD and locally. Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
This commit is contained in:
parent
88fa17a7a5
commit
b401417d59
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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/**',
|
||||
|
|
Loading…
Reference in a new issue