Skip to content

Commit c20b33c

Browse files
Merge pull request #24 from skope-rules/documentation
import skrules in conf.py for doc
2 parents 6e96cc9 + d71c99d commit c20b33c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
import gen_rst
3030
except:
3131
pass
32+
33+
import sys
34+
sys.path.append('../')
35+
import skrules
3236
# -- General configuration ------------------------------------------------
3337

3438
# If your documentation needs a minimal Sphinx version, state it here.

0 commit comments

Comments
 (0)