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 fc5e2db commit 790097cCopy full SHA for 790097c
docs/conf.py
@@ -15,7 +15,7 @@
15
16
from os.path import abspath, join, dirname
17
18
-sys.path.insert(0, abspath(join(dirname(__file__), '..', 'pynetworktables2js')))
+sys.path.insert(0, abspath(join(dirname(__file__), '..')))
19
20
import pynetworktables2js
21
@@ -54,7 +54,7 @@
54
# built documents.
55
#
56
# The short X.Y version.
57
-version = pynetworktables2js.__version__.split('.')[:2]
+version = '.'.join(pynetworktables2js.__version__.split('.')[:2])
58
# The full version, including alpha/beta/rc tags.
59
release = pynetworktables2js.__version__
60
0 commit comments