We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a8a34 commit 6c9a45eCopy full SHA for 6c9a45e
docs/nitpick-exceptions
@@ -16,3 +16,4 @@ py:exc DataSourceError
16
# misc
17
# TODO: remove when dropping support for Python 3.9
18
py:class Path
19
+py:class dd.DataFrame
docs/source/conf.py
@@ -17,13 +17,6 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
from pathlib import Path
20
-from docutils import nodes
21
-from docutils.nodes import Text
22
-from sphinx.addnodes import literal_emphasis, pending_xref
23
-from sphinx.application import Sphinx
24
-from sphinx.environment import BuildEnvironment
25
-from sphinx.ext.intersphinx import missing_reference
26
-
27
import pseudopeople
28
29
base_dir = Path(pseudopeople.__file__).parent
0 commit comments