Skip to content

Commit 6618ab1

Browse files
Remove references to previously-vendored Sphinx extensions (#46624)
1 parent 03a7dfe commit 6618ab1

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

LICENSES/OTHER

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
numpydoc license
2-
----------------
3-
4-
The numpydoc license is in pandas/doc/sphinxext/LICENSE.txt
5-
61
Bottleneck license
72
------------------
83

@@ -77,4 +72,4 @@ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
7772
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
7873
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
7974
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
80-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
75+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

doc/sphinxext/README.rst

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
sphinxext
22
=========
33

4-
This directory contains copies of different sphinx extensions in use in the
5-
pandas documentation. These copies originate from other projects:
6-
7-
- ``numpydoc`` - Numpy's Sphinx extensions: this can be found at its own
8-
repository: https://github.com/numpy/numpydoc
9-
- ``ipython_directive`` and ``ipython_console_highlighting`` in the folder
10-
``ipython_sphinxext`` - Sphinx extensions from IPython: these are included
11-
in IPython: https://github.com/ipython/ipython/tree/master/IPython/sphinxext
12-
13-
.. note::
14-
15-
These copies are maintained at the respective projects, so fixes should,
16-
to the extent possible, be pushed upstream instead of only adapting our
17-
local copy to avoid divergence between the local and upstream version.
4+
This directory contains custom sphinx extensions in use in the pandas
5+
documentation.

0 commit comments

Comments
 (0)