Skip to content

Commit

Permalink
Merge pull request #776 from zooniverse/fix-sphinx
Browse files Browse the repository at this point in the history
Remove broken imports from sphinx config
  • Loading branch information
CKrawczyk authored Nov 21, 2023
2 parents 3de0122 + da93dc6 commit dc70fa2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
#
import os
import sys
from docutils.parsers.rst.directives.admonitions import BaseAdmonition
from sphinx.util import compat
compat.make_admonition = BaseAdmonition
sys.path.insert(0, os.path.abspath('../../panoptes_aggregation'))
sys.path.insert(0, os.path.abspath('../..'))
from panoptes_aggregation import __version__
Expand Down

0 comments on commit dc70fa2

Please sign in to comment.