mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-28 17:14:11 +02:00
Docs: Update conf.py for cellref
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user