Skip to content

Commit

Permalink
Merge pull request #171 from mitya57/mitya57/sphinx1.8
Browse files Browse the repository at this point in the history
sphinx: Fix Directive import to work with Sphinx 1.8
  • Loading branch information
matze committed Jan 10, 2019
2 parents 37a81c8 + 0569060 commit 7e456f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/sphinxgobject/domain.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from docutils import nodes
from docutils.parsers.rst import Directive
from sphinx import addnodes
from sphinx.domains import Domain, ObjType
from sphinx.directives import ObjectDescription, Directive
from sphinx.directives import ObjectDescription
from sphinx.locale import l_
from sphinx.roles import XRefRole
from sphinx.util.docfields import Field
Expand Down

0 comments on commit 7e456f0

Please sign in to comment.