fix for pkg
This commit is contained in:
parent
897723e74c
commit
2e0d474d90
4 changed files with 32 additions and 6 deletions
|
@ -1,4 +1,7 @@
|
|||
from sphinx.application import Sphinx
|
||||
try:
|
||||
from sphinx.application import Sphinx
|
||||
except:
|
||||
pass
|
||||
|
||||
from .d2lang import D2langDirective
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue