__version__ variable not defined
This commit is contained in:
parent
5fde936475
commit
ab3fd6475c
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ def setup(application: Sphinx) -> Dict[str, Any]:
|
||||||
setup extension.
|
setup extension.
|
||||||
"""
|
"""
|
||||||
application.add_directive('d2lang', D2langDirective)
|
application.add_directive('d2lang', D2langDirective)
|
||||||
return {"version": __version__, "parallel_read_safe": True}
|
return {"version": '0.0.1', "parallel_read_safe": True}
|
||||||
|
|
Loading…
Reference in a new issue