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
After installing requirements-dev.txt and pandas from sources, I tried to run sphinx-build command to build pandas docs. However, I noticed that there are lots of such warnings:
UserWarning: This is now an optional IPython functionality, using bookmarks requires you to install the `pickleshare` library.
bkms = self.shell.db.get('bookmarks',{})
UsageError: %bookmark -d: Can't delete bookmark 'ipy_savedir'
It seems that this issue is caused by ipython/ipython#14237. Therefore, my suggested fix is to add pickleshare requirement in environment.yml and requirements-dev.txt.
Pandas version checks
main
hereLocation of the documentation
pandas/requirements-dev.txt
Line 26 in 106f33c
Documentation problem
After installing
requirements-dev.txt
andpandas
from sources, I tried to runsphinx-build
command to build pandas docs. However, I noticed that there are lots of such warnings:The followings are the commands I used:
Log file of the above commands:
log-sphinx-build-pandas-docs.txt
Suggested fix for documentation
It seems that this issue is caused by ipython/ipython#14237. Therefore, my suggested fix is to add
pickleshare
requirement inenvironment.yml
andrequirements-dev.txt
.Just like NumPy demonstrated here: requirements/doc_requirements.txt#L12-L14
Versions and Platforms
main
24.9.2
3.10.15
8.29.0
The text was updated successfully, but these errors were encountered: