mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 17:11:41 -05:00
Update eldomain to recent sphinx, change copyright date.
This commit is contained in:
parent
41f6c9185f
commit
8f0302588d
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ from sphinx.roles import XRefRole
|
||||||
from sphinx.domains import Domain, ObjType
|
from sphinx.domains import Domain, ObjType
|
||||||
from sphinx.directives import ObjectDescription
|
from sphinx.directives import ObjectDescription
|
||||||
from sphinx.util.nodes import make_refnode
|
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
|
from sphinx.util.docfields import Field, GroupedField
|
||||||
|
|
||||||
DATA = {}
|
DATA = {}
|
||||||
|
|
|
@ -44,7 +44,7 @@ master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'Emacs IPython Notebook'
|
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
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
|
|
Loading…
Add table
Reference in a new issue