From 41a2a46713a1a30ca255c0e52ef1d1497adedced Mon Sep 17 00:00:00 2001 From: Sam Manzi Date: Wed, 28 Feb 2018 16:53:37 +1100 Subject: [PATCH] Fix ImportError & update API docs year 2018 (#564) - Fixes ImportError: No module named 'gramps.plugins.db.dummydb' - Update Copyright to 2018 --- docs/conf.py | 2 +- docs/gen/gen_db.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index afd57dcef..1a08d82e1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,7 +57,7 @@ master_doc = 'index' # General information about the project. project = 'Gramps' -copyright = '2017, The Gramps Project' +copyright = '2001-2018, The Gramps Project' author = 'Donald N. Allingham' # The version info for the project you're documenting, acts as replacement for diff --git a/docs/gen/gen_db.rst b/docs/gen/gen_db.rst index 45bba0df7..207c874c1 100644 --- a/docs/gen/gen_db.rst +++ b/docs/gen/gen_db.rst @@ -46,7 +46,7 @@ Generic DummyDb ==================================== -.. automodule:: gramps.plugins.db.dummydb +.. automodule:: gramps.gen.db.dummydb :members: :undoc-members: :show-inheritance: