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
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
Sphinx
|
||||
docutils
|
||||
wheel
|
||||
docutils==0.20.1
|
||||
setuptools==67.7.2
|
||||
Sphinx==7.2.6
|
||||
wheel==0.42.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue