diff options
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 6c26935..23f95c8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,6 +53,8 @@ project = 'mailman-pgp' copyright = '2017, Jan Jancar' author = 'Jan Jancar' +import sys; sys.path.append('../src') + # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. |
