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 28b59fb commit 1011e28Copy full SHA for 1011e28
fluent.runtime/docs/conf.py
@@ -12,9 +12,9 @@
12
# add these directories to sys.path here. If the directory is relative to the
13
# documentation root, use os.path.abspath to make it absolute, like shown here.
14
#
15
-# import os
16
-# import sys
17
-# sys.path.insert(0, os.path.abspath('.'))
+import os
+import sys
+sys.path.insert(0, os.path.abspath('..'))
18
19
20
# -- Project information -----------------------------------------------------
@@ -24,7 +24,7 @@
24
author = 'Luke Plant'
25
26
# The short X.Y version
27
-version = ''
+version = '0.1'
28
# The full version, including alpha/beta/rc tags
29
release = '0.1'
30
0 commit comments