Skip to content

Commit 1ad8d5d

Browse files
authored
remove docs from packages (#38846)
1 parent 5e6cb1f commit 1ad8d5d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

MANIFEST.in

+2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ global-exclude *.h5
1717
global-exclude *.html
1818
global-exclude *.json
1919
global-exclude *.jsonl
20+
global-exclude *.pdf
2021
global-exclude *.pickle
2122
global-exclude *.png
23+
global-exclude *.pptx
2224
global-exclude *.pyc
2325
global-exclude *.pyd
2426
global-exclude *.ods

doc/source/whatsnew/v1.3.0.rst

+5
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,11 @@ Other API changes
519519
- Accessing ``_constructor_expanddim`` on a :class:`DataFrame` and ``_constructor_sliced`` on a :class:`Series` now raise an ``AttributeError``. Previously a ``NotImplementedError`` was raised (:issue:`38782`)
520520
-
521521

522+
Build
523+
=====
524+
525+
- Documentation in ``.pptx`` and ``.pdf`` formats are no longer included in wheels or source distributions. (:issue:`30741`)
526+
522527
.. ---------------------------------------------------------------------------
523528
524529
.. _whatsnew_130.deprecations:

0 commit comments

Comments
 (0)