QInfer / python-qinfer

Library for Bayesian inference via sequential Monte Carlo for quantum parameter estimation.
BSD 3-Clause "New" or "Revised" License
92 stars 31 forks source link

Fix Sphinx LaTeX builds #135

Closed cgranade closed 6 years ago

cgranade commented 7 years ago

As found by @ihincks in #134, there's a problem with the Travis CI builds that use doctests due to an upgrade to Sphinx's LaTeX support. This PR attempts to address by cherry picking in @ihincks' work on #134 along with configuration changes to Sphinx.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.04%) to 74.222% when pulling cb4074fa763720a863b7d9e27165abe51c346d5d on fix-sphinx-latex into 41ddbad11fdd4b4cca9348072b4cbfb6cdd20cbd on master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 74.182% when pulling 8447d5ce9540279a033575feb26f4eadaea80c66 on fix-sphinx-latex into 41ddbad11fdd4b4cca9348072b4cbfb6cdd20cbd on master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 74.182% when pulling 8447d5ce9540279a033575feb26f4eadaea80c66 on fix-sphinx-latex into 41ddbad11fdd4b4cca9348072b4cbfb6cdd20cbd on master.

cgranade commented 7 years ago

The build is still failing, but now because LaTeX can't find the Sphinx macros; it works locally, so something is messed up with the Travis configuration. I'll investigate further.

cgranade commented 6 years ago

This should be working now; I had to bump to Python ≥ 3.4 instead of 3.3 to fix some other package deprecation issues, but I think we should now have CI back up and running.

cgranade commented 6 years ago

Very much agreed about 2.7...!