From 7796cb7e5c23b06aac9ce84245e11dd82730fbcf Mon Sep 17 00:00:00 2001 From: Mike Toews Date: Thu, 14 Jun 2018 15:54:39 +1200 Subject: Start a `customstyle` for bibliographic references Modifies label to use BibTeX key name, and format names with lastfirst --- docs/source/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/source/conf.py') 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 ------------------------------------------------ -- cgit v1.2.3