eBay / bayesian-belief-networks

Pythonic Bayesian Belief Network Package, supporting creation of and exact inference on Bayesian Belief Networks specified as pure python functions.
Other
1.13k stars 256 forks source link

make html not working #16

Closed hvandenb closed 7 years ago

hvandenb commented 8 years ago

When running in virtualenv the installation works, but when I get to the html build the following error happens.

commit 511856960e87e070748db5bac7d59ddd1bb5b1e0

sphinx-build -b html -d _build/doctrees . _build/html Running Sphinx v1.4.1 making output directory... WARNING: sphinx.ext.pngmath has been deprecated. Please use sphinx.ext.imgmath instead.

Extension error: Config value 'math_number_all' already present make: *\ [html] Error 1

multinegsix commented 8 years ago

I encounter the same problem.

multinegsix commented 8 years ago

I solved this problem by commenting out 'sphinx.ext.imgmath'. My modification in conf.py

extensions = [
# 'sphinx.ext.imgmath',
'sphinx.ext.mathjax', 'sphinx.ext.viewcode']
nnewey commented 7 years ago

Updated conf.py