Closed agarny closed 4 years ago
Works on my machine (Running Sphinx v1.8.4)
The PDF is a bit magic at the moment anyway? I have no idea how to build one without the informative stuff in it. I don't think this should block the release, as long as @hsorby or @nickerso can render and submit a PDF somehow
So, a Sphinx issue (as I think @hsorby and I agreed at some point). Still annoying though as I am using virtualenv
on macOS and it relies on Sphinx 3.0.0.
Yeah, this is informative/html stuff. I suspect we will need to pin the versions in the requirements file, as people are using all kinds of different configs at the moment ...
Since it's a virtualenv you should be able to make it anything you want??
The PDF is a bit magic at the moment anyway? I have no idea how to build one without the informative stuff in it. I don't think this should block the release, as long as @hsorby or @nickerso can render and submit a PDF somehow
From the README file, you need to export CELLML_SPEC_BUILD=Normative
.
However, our build script needs updating since we should only be able to build two things:
Since it's a virtualenv you should be able to make it anything you want??
Sure, it's just that I go with the default settings, so to speak.
Seems to be tested on sphinx 3 https://github.com/readthedocs/sphinx-hoverxref/blob/master/tox.ini
You could file a bug here @agarny https://github.com/readthedocs/sphinx-hoverxref/issues Does look like something they're expecting to be a dict is now a list, so something to be debugged from their side?
I'm removing this from the project for now as it's not required that we fix this today
Ok, I have replaced my copy of Sphinx 3.0.0 with that of 2.4.0, and indeed it's all working fine. I have also created an issue on the sphinx-hoverxref repo.
This was fixed through the release of sphinx-hoverxref 0.3b1.
Right now, if you do
make html
, you get the following:Similarly, for
make latexpdf
, we get: