We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0328d commit 4323b0fCopy full SHA for 4323b0f
1 file changed
docs/conf.py
@@ -3,13 +3,14 @@
3
https://www.sphinx-doc.org/en/master/usage/configuration.html
4
"""
5
6
-from termux_language_server import __version__ as version # type: ignore
7
from termux_language_server._metainfo import ( # type: ignore
8
author,
9
copyright,
10
project,
11
)
12
+from termux_language_server import __version__ as version # type: ignore
13
+
14
__all__ = ["version", "author", "copyright", "project"]
15
16
# -- Path setup --------------------------------------------------------------
0 commit comments