Skip to content

Commit

Permalink
doc: reference sphinx-extensions via _packages dir
Browse files Browse the repository at this point in the history
  • Loading branch information
cgay committed Jan 14, 2025
1 parent 6066278 commit 94562f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('../../ext/sphinx-extensions/sphinxcontrib'))
sys.path.insert(0, os.path.abspath('../../_packages/sphinx-extensions/current/src/sphinxcontrib'))
import dylan.themes as dylan_themes


Expand Down

0 comments on commit 94562f6

Please sign in to comment.