diff options
| author | J08nY | 2017-08-22 21:44:13 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-22 21:44:13 +0200 |
| commit | 43cc9d3e2c76c82bd00ce46ee7de6d69d07f3bb3 (patch) | |
| tree | 73801bc228d2b3c8cba4c101c41fcd51cd20c506 | |
| parent | 5e1b74e1dc312a7c2612d57bbc34d33c1f3ca672 (diff) | |
| download | mailman-pgp-43cc9d3e2c76c82bd00ce46ee7de6d69d07f3bb3.tar.gz mailman-pgp-43cc9d3e2c76c82bd00ce46ee7de6d69d07f3bb3.tar.zst mailman-pgp-43cc9d3e2c76c82bd00ce46ee7de6d69d07f3bb3.zip | |
| -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. |
