fix for pkg

This commit is contained in:
Milka64 2023-12-11 18:15:49 +01:00
parent 897723e74c
commit 2e0d474d90
4 changed files with 32 additions and 6 deletions

View file

@ -1,4 +1,7 @@
from sphinx.application import Sphinx
try:
from sphinx.application import Sphinx
except:
pass
from .d2lang import D2langDirective