Refactor: rename SimDUT, restructure DUT simulation and test flow
This commit is contained in:
20
docs/conf.py
20
docs/conf.py
@@ -0,0 +1,20 @@
|
||||
# docs/conf.py
|
||||
|
||||
import os
|
||||
import sys
|
||||
sys.path.insert(0, os.path.abspath('..'))
|
||||
|
||||
project = 'Hardware Test Framework'
|
||||
author = 'Nathan Corwin'
|
||||
release = '0.1'
|
||||
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
]
|
||||
|
||||
templates_path = ['_templates']
|
||||
exclude_patterns = []
|
||||
|
||||
html_theme = 'alabaster'
|
||||
html_static_path = ['_static']
|
||||
html_css_files = ['custom.css']
|
||||
|
||||
Reference in New Issue
Block a user