From 8f0302588d9fcad98ac245a5f026dbc1f14d7e32 Mon Sep 17 00:00:00 2001 From: John Miller Date: Wed, 11 Apr 2018 11:59:58 -0500 Subject: [PATCH] Update eldomain to recent sphinx, change copyright date. --- doc/eldomain/eldomain.py | 2 +- doc/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/eldomain/eldomain.py b/doc/eldomain/eldomain.py index 6696f51..b0c0614 100644 --- a/doc/eldomain/eldomain.py +++ b/doc/eldomain/eldomain.py @@ -48,7 +48,7 @@ from sphinx.roles import XRefRole from sphinx.domains import Domain, ObjType from sphinx.directives import ObjectDescription from sphinx.util.nodes import make_refnode -from sphinx.util.compat import Directive +from docutils.parsers.rst import Directive #.util.docutils import Directive from sphinx.util.docfields import Field, GroupedField DATA = {} diff --git a/doc/source/conf.py b/doc/source/conf.py index e7a9398..0053f1c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -44,7 +44,7 @@ master_doc = 'index' # General information about the project. project = u'Emacs IPython Notebook' -copyright = u'2017, John Miller' +copyright = u'2018, John Miller' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the