diff options
| author | Mike Toews <mwtoews@gmail.com> | 2018-06-14 15:54:39 +1200 |
|---|---|---|
| committer | Mike Toews <mwtoews@gmail.com> | 2018-06-14 20:24:07 +1200 |
| commit | 7796cb7e5c23b06aac9ce84245e11dd82730fbcf (patch) | |
| tree | 454ba312753fc64a29f1e05dd2dcdf098ca8d599 /docs/source/conf.py | |
| parent | aea86ed356d462fc7cfddbd402253ac0d3a72dd6 (diff) | |
| download | PROJ-7796cb7e5c23b06aac9ce84245e11dd82730fbcf.tar.gz PROJ-7796cb7e5c23b06aac9ce84245e11dd82730fbcf.zip | |
Start a `customstyle` for bibliographic references
Modifies label to use BibTeX key name, and format names with lastfirst
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 ------------------------------------------------ |
