Steven Trogdon
Steven Trogdon
With `dot2tex` not installed then from the `sage-doc` folder ``` ebuild sage-doc-9999 setup ``` does not give a failure. And doing the ebuild again I see ``` >>> Existing ${T}/environment...
Looks like `dot2tex` is no longer maintained - https://github.com/xyz2tex/dot2tex. And the present issue has been around for some time - https://github.com/sagemath/sage/issues/33947
There are now two `pkg_setup()` functions. I believe the first one is the needed one. With the two functions there is no desired failure when `dot2tex` is not installed.
Things are good here.
I find this `dot2tex` thingy very confusing. On one hand `dot2tex` is needed as per this issue and yet `Sage` introduces doctests that are only to be tested if `doctest`...
Here, these ``` sage: B = crystals.Tableaux(['A',2],shape=[1]) sage: view(B) ``` now work. At least the `view` command does not fail. There is still the issue of needing `dot2tex` when building...
I'm able to build the Documentation. I can even cobble together a sagemath-doc that builds the pdf docs.
No, it doesn't.
Nope. I'm using `sphinx-8.2.3-r2`.
This must have made an appearance previously. I had personally masked `>=dev-python/docutils-0.22`.