Merge pull request #800 from geertu/doc-sphinx-v1-fix
doc: Fix doc build with Sphinx v1.x
This commit is contained in:
commit
0006efe6ea
|
@ -28,6 +28,7 @@ offline_skin_js_path = "https://wavedrom.com/skins/default.js"
|
||||||
offline_wavedrom_js_path = "https://wavedrom.com/WaveDrom.js"
|
offline_wavedrom_js_path = "https://wavedrom.com/WaveDrom.js"
|
||||||
html_theme = 'alabaster'
|
html_theme = 'alabaster'
|
||||||
html_static_path = ['_static']
|
html_static_path = ['_static']
|
||||||
|
master_doc = 'index'
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def generate_svd(soc, buildpath, filename=None, name="soc", **kwargs):
|
def generate_svd(soc, buildpath, filename=None, name="soc", **kwargs):
|
||||||
|
|
Loading…
Reference in New Issue