Skip to content

Commit 3b2dac1

Browse files
committed
refactor: Change extension entrypoint to sphinxnotes.snippet
1 parent 730e885 commit 3b2dac1

File tree

7 files changed

+405
-398
lines changed

7 files changed

+405
-398
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
# add these directories to sys.path here. If the directory is relative to the
153153
# documentation root, use os.path.abspath to make it absolute, like shown here.
154154
sys.path.insert(0, os.path.abspath('../src/sphinxnotes'))
155-
extensions.append('snippet.ext')
155+
extensions.append('snippet')
156156

157157
# DOG FOOD CONFIGURATION START
158158

0 commit comments

Comments
 (0)