Skip to content

Commit

Permalink
One more fix for read-the-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed May 12, 2016
1 parent f7a1a30 commit 14e620b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs_sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
#
try:
from brian2tools.version import version
except ImportError:
except (ImportError, LookupError):
from setuptools_scm import get_version
import brian2tools
version = get_version(relative_to=brian2tools.__file__)
Expand Down

0 comments on commit 14e620b

Please sign in to comment.