3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 06:03:23 +00:00

Docs: Add cells loc config value

This commit is contained in:
Krystine Sherwin 2024-05-20 15:50:28 +12:00
parent 1b0d8633c4
commit ccd3bace23
No known key found for this signature in database
2 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python3
from pathlib import Path
import sys
import os
@ -79,6 +80,7 @@ extensions.append('util.cmdref')
# use autodocs
extensions.append('sphinx.ext.autodoc')
extensions.append('util.cellref')
cells_loc = Path(__file__).parent / 'generated'
from sphinx.application import Sphinx
def setup(app: Sphinx) -> None: