Update eldomain to recent sphinx, change copyright date.

This commit is contained in:
John Miller 2018-04-11 11:59:58 -05:00
parent 41f6c9185f
commit 8f0302588d
2 changed files with 2 additions and 2 deletions

View file

@ -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 = {}

View file

@ -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