summaryrefslogtreecommitdiff
path: root/doc/sphinxext/numpydoc/numpydoc.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sphinxext/numpydoc/numpydoc.py')
-rw-r--r--doc/sphinxext/numpydoc/numpydoc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/sphinxext/numpydoc/numpydoc.py b/doc/sphinxext/numpydoc/numpydoc.py
index cf4172de4..0243d23c4 100644
--- a/doc/sphinxext/numpydoc/numpydoc.py
+++ b/doc/sphinxext/numpydoc/numpydoc.py
@@ -15,6 +15,7 @@ It will:
.. [1] https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt
"""
+from __future__ import division
import sphinx
import collections