Skip to content

Commit

Permalink
Re-implmented pr KSP-KOS#2339 because forked repo gone?
Browse files Browse the repository at this point in the history
The repository in the PR is marked as "unknown", meaning
it might have been removed after the PR was made.  So
instead I'm implementing what was in the PR by re-typing it.
  • Loading branch information
Dunbaratu committed Nov 29, 2018
1 parent b02f039 commit f1f8005
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/ksdomain.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
from sphinx.domains import Domain, ObjType, Index
from sphinx.directives import ObjectDescription
from sphinx.util.nodes import make_refnode
from sphinx.util.compat import Directive
# ### Next line is deprecated, and it seems to work without it, as per kOS PR #2339 ###
# from sphinx.util.compat import Directive
from sphinx.util.docfields import Field, GroupedField, TypedField

ks_sig_re = re.compile(r'''
Expand Down

0 comments on commit f1f8005

Please sign in to comment.