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 16e11b3 commit 3c9a450Copy full SHA for 3c9a450
docs/source/conf.py
@@ -28,9 +28,13 @@
28
# Add any Sphinx extension module names here, as strings. They can be
29
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
30
# ones.
31
+import IPython
32
+
33
extensions = [
34
'sphinx.ext.autodoc',
35
'sphinx.ext.intersphinx',
36
+ 'IPython.sphinxext.ipython_directive',
37
+ 'IPython.sphinxext.ipython_console_highlighting'
38
]
39
40
# Add any paths that contain templates here, relative to this directory.
docs/source/index.rst
@@ -11,6 +11,8 @@ Contents:
11
.. toctree::
12
:maxdepth: 2
13
14
+ remote_data.rst
15
16
17
18
Indices and tables
0 commit comments