mirror of https://github.com/YosysHQ/yosys.git
Docs: Update conf.py for cellref
This commit is contained in:
parent
65723200e5
commit
5a4a4191af
|
@ -80,7 +80,7 @@ extensions.append('util.cmdref')
|
|||
# use autodocs
|
||||
extensions.append('sphinx.ext.autodoc')
|
||||
extensions.append('util.cellref')
|
||||
cells_loc = Path(__file__).parent / 'generated'
|
||||
cells_json = Path(__file__).parent / 'generated' / 'cells.json'
|
||||
|
||||
from sphinx.application import Sphinx
|
||||
def setup(app: Sphinx) -> None:
|
||||
|
|
Loading…
Reference in New Issue