We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a380d08 commit 4d3b301Copy full SHA for 4d3b301
numpydoc/tests/test_full.py
@@ -1,8 +1,10 @@
1
+import pytest
2
+pytest.importorskip("sphinx")
3
+
4
import os.path as op
5
import re
6
import shutil
7
-import pytest
8
from docutils import __version__ as docutils_version
9
from packaging import version
10
from sphinx.application import Sphinx
0 commit comments