Skip to content
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

Can not import numfig and natbib #36

Open
shivams opened this issue Jun 8, 2015 · 1 comment
Open

Can not import numfig and natbib #36

shivams opened this issue Jun 8, 2015 · 1 comment

Comments

@shivams
Copy link

shivams commented Jun 8, 2015

I am running sphinx v1.2.3 and after downloading the github repo of this project, I went ahead and did make html. However, this import error was shown due to numfig:

Running Sphinx v1.2.3
Extension error:
Could not import extension numfig (exception: cannot import name OrderedDict)
make: *** [html] Error 1

I commented out the numfig extension, but then this error was shown due to natbib:

Running Sphinx v1.2.3
Extension error:
Could not import extension natbib (exception: cannot import name Set)
make: *** [html] Error 1
@borisalmonacid
Copy link

➜ sphinxtr-master 5 make html
touch bibliography.rst && sphinx-build -a -b html -d _build/doctrees . _build/html
Running Sphinx v1.7.4

Extension error:
Could not import extension numfig (exception: cannot import name 'Directive')
make: *** [html] Error 2
➜ sphinxtr-master 5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants