From e3fa3ff9b467ace19574fc83dc02d62230d202e2 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sun, 3 Apr 2022 08:08:49 -0400 Subject: [PATCH 1/2] DOC: Remove references to vendored numpydoc The numpydoc Sphinx extension was de-vendored in a7bc7eb. --- LICENSES/OTHER | 7 +------ doc/sphinxext/README.rst | 2 -- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/LICENSES/OTHER b/LICENSES/OTHER index f0550b4ee208a..7446d68eb43a6 100644 --- a/LICENSES/OTHER +++ b/LICENSES/OTHER @@ -1,8 +1,3 @@ -numpydoc license ----------------- - -The numpydoc license is in pandas/doc/sphinxext/LICENSE.txt - Bottleneck license ------------------ @@ -77,4 +72,4 @@ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/doc/sphinxext/README.rst b/doc/sphinxext/README.rst index 8f0f4a8b2636d..fd4fe404c44a6 100644 --- a/doc/sphinxext/README.rst +++ b/doc/sphinxext/README.rst @@ -4,8 +4,6 @@ sphinxext This directory contains copies of different sphinx extensions in use in the pandas documentation. These copies originate from other projects: -- ``numpydoc`` - Numpy's Sphinx extensions: this can be found at its own - repository: https://github.com/numpy/numpydoc - ``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 From e0e207a647c9ee7b64d5d61cddfb633e17f40878 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sun, 3 Apr 2022 08:11:21 -0400 Subject: [PATCH 2/2] DOC: Remove references to vendored IPython Sphinx extensions The IPython Sphinx extensions were de-vendored in a80c783. --- doc/sphinxext/README.rst | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/doc/sphinxext/README.rst b/doc/sphinxext/README.rst index fd4fe404c44a6..ef52433e5e869 100644 --- a/doc/sphinxext/README.rst +++ b/doc/sphinxext/README.rst @@ -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.