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
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
The text was updated successfully, but these errors were encountered:
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 tonumfig
:I commented out the
numfig
extension, but then this error was shown due tonatbib
:The text was updated successfully, but these errors were encountered: