Skip to content

Commit

Permalink
Docs: Update conf.py for cellref
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed May 21, 2024
1 parent c7b37cc commit f21b579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# 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:
Expand Down

0 comments on commit f21b579

Please sign in to comment.