Skip to content

make html docs #16329

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
gBopHuk opened this issue May 11, 2017 · 1 comment
Closed

make html docs #16329

gBopHuk opened this issue May 11, 2017 · 1 comment
Labels
Milestone

Comments

@gBopHuk
Copy link

gBopHuk commented May 11, 2017

Code Sample, a copy-pastable example if possible

# Your code here
python doc/make.py html
Traceback (most recent call last):
  File "./make.py", line 412, in <module>
    sys.exit(main())
  File "./make.py", line 404, in main
    func()
  File "./make.py", line 136, in html
    with maybe_exclude_notebooks():
  File "/usr/lib64/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "./make.py", line 121, in maybe_exclude_notebooks
    except (ImportError, nbconvert.utils.pandoc.PandocMissing):
UnboundLocalError: local variable 'nbconvert' referenced before assignment

Problem description

Trying to build html docs

Expected Output

???

Output of pd.show_versions()

Trying to build 0.20.1

@TomAugspurger
Copy link
Contributor

Fixed in #16330

You can work around it for now by installing nbconvert.

@TomAugspurger TomAugspurger added this to the 0.21.0 milestone May 11, 2017
TomAugspurger added a commit to TomAugspurger/pandas that referenced this issue May 11, 2017
pcluo pushed a commit to pcluo/pandas that referenced this issue May 22, 2017
stangirala pushed a commit to stangirala/pandas that referenced this issue Jun 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants