diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-06-14 10:57:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-14 10:57:23 +0200 |
| commit | b9b576795c0a0befe62544524d08b8c073257ed1 (patch) | |
| tree | 14a6921dcdd599cc42d73e83647e9aeef6819956 /docs/source/conf.py | |
| parent | ab7de4874d83c9e7b8edd8b68bb1ac0eb98c8e73 (diff) | |
| parent | 7796cb7e5c23b06aac9ce84245e11dd82730fbcf (diff) | |
| download | PROJ-b9b576795c0a0befe62544524d08b8c073257ed1.tar.gz PROJ-b9b576795c0a0befe62544524d08b8c073257ed1.zip | |
Merge pull request #1043 from mwtoews/docs
Start a `customstyle` for bibliographic references
Diffstat (limited to 'docs/source/conf.py')
| -rw-r--r-- | docs/source/conf.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 81a683d6..5df4ddf0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,7 +19,9 @@ import datetime # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. -#sys.path.insert(0, os.path.abspath('.')) +sys.path.insert(0, os.path.abspath('.')) + +import bibstyle # -- General configuration ------------------------------------------------ |
