Skip to content

Commit 1011e28

Browse files
committed
docs - enabled viewcode extension to work
1 parent 28b59fb commit 1011e28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fluent.runtime/docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# add these directories to sys.path here. If the directory is relative to the
1313
# documentation root, use os.path.abspath to make it absolute, like shown here.
1414
#
15-
# import os
16-
# import sys
17-
# sys.path.insert(0, os.path.abspath('.'))
15+
import os
16+
import sys
17+
sys.path.insert(0, os.path.abspath('..'))
1818

1919

2020
# -- Project information -----------------------------------------------------
@@ -24,7 +24,7 @@
2424
author = 'Luke Plant'
2525

2626
# The short X.Y version
27-
version = ''
27+
version = '0.1'
2828
# The full version, including alpha/beta/rc tags
2929
release = '0.1'
3030

0 commit comments

Comments
 (0)