pandas: DOC: Generating docs doesn't work if path has whitespaces

Related to #20862

If there are spaces in the path where pandas is installed (e.g. /home/my user/my code/pandas), when building the documentation (i.e. ./doc/make.py html) seems to generate a long list of usage errors like those:

UsageError: %bookmark: too many arguments
UsageError: %bookmark -d: Can't delete bookmark 'ipy_savedir'

About this issue

  • Original URL
  • State: open
  • Created 6 years ago
  • Comments: 16 (12 by maintainers)

Most upvoted comments

I can’t reproduce this on latest main on linux. Likely has been fixed?