10000 Remove references to previously-vendored Sphinx extensions by musicinmybrain · Pull Request #46624 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

Remove references to previously-vendored Sphinx extensions #46624

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 6, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DOC: Remove references to vendored IPython Sphinx extensions
The IPython Sphinx extensions were de-vendored in a80c783.
  • Loading branch information
musicinmybrain committed Apr 3, 2022
commit e0e207a647c9ee7b64d5d61cddfb633e17f40878
14 changes: 2 additions & 12 deletions doc/sphinxext/README.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
sphinxext
=========

This directory contains copies of different sphinx extensions in use in the
pandas documentation. These copies originate from other projects:

- ``ipython_directive`` and ``ipython_console_highlighting`` in the folder
``ipython_sphinxext`` - Sphinx extensions from IPython: these are included
in IPython: https://github.com/ipython/ipython/tree/master/IPython/sphinxext

.. note::

These copies are maintained at the respective projects, so fixes should,
to the extent possible, be pushed upstream instead of only adapting our
local copy to avoid divergence between the local and upstream version.
This directory contains custom sphinx extensions in use in the pandas
documentation.
0