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