You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Furthermore, it is recommended to have all :ref:`optional dependencies <install.optional_dependencies>`.
367
372
installed. This is not strictly necessary, but be aware that you will see some error
368
373
messages when building the docs. This happens because all the code in the documentation
369
374
is executed during the doc build, and so code examples using optional dependencies
370
375
will generate errors. Run ``pd.show_versions()`` to get an overview of the installed
371
376
version of all dependencies.
372
-
`nbconvert <https://nbconvert.readthedocs.io/en/latest/>`_ and `nbformat <http://nbformat.readthedocs.io/en/latest/>`_ are required to build the Jupyter notebooks
373
-
included in the documentation.
374
377
375
378
.. warning::
376
379
377
-
You need to have ``sphinx`` version 1.2.2 or newer, but older than version 1.3.
0 commit comments