Docs: Update conf.py for cellref

This commit is contained in:
Krystine Sherwin 2024-05-21 14:06:57 +12:00
parent 65723200e5
commit 5a4a4191af
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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: