diff options
author | ptmcg <ptmcg@austin.rr.com> | 2018-11-21 14:13:09 -0600 |
---|---|---|
committer | ptmcg <ptmcg@austin.rr.com> | 2018-11-21 14:13:09 -0600 |
commit | 5f3684c492f1f784994d43e3489c1fd323aa9aca (patch) | |
tree | c57d08ff8f36f3a0cb42ff38a5f995498365db53 /docs/conf.py | |
parent | 42fc7c50202dcfce1eee7669d1701aad1269a6c5 (diff) | |
parent | b27c8991c3bd442e2edc5f1ed3917c5940da7761 (diff) | |
download | pyparsing-git-5f3684c492f1f784994d43e3489c1fd323aa9aca.tar.gz |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index b4a411c..27e4415 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ # import os import sys -sys.path.insert(0, os.path.abspath(os.path.join('..', '..'))) +sys.path.insert(0, os.path.abspath('..')) from pyparsing import __version__ as pyparsing_version |