On Wednesday, May 9, 2018 at 5:18:04 PM UTC+2, Erik Bray wrote:
>
> I really have no idea why this is or what would have changed.  I doubt 
> it's anything that was done specifically or deliberately in Sage. 
> More likely it was a default setting that changed in Sphinx. 
>

Hi, well, I tried to figure out what's going on, but I end up at old 
commits like:

https://git.sagemath.org/sage.git/commit/?id=c407db7aa12cb92a974a8a6bd87e4a1fe8b634d0
or even
https://git.sagemath.org/sage.git/commit/?id=c517a939841a496002d723051211212a18f97008

the second one from 2009 contains

{%- if hide_pdf_links %}
display: none;
{%- endif %}

in the template. That's exactly the if-clause that's active now (I want it 
to be false to show the PDF links). Maybe there was a bugfix involving 
passing through the --no-pdf-links command line argument. i.e. git grep 
no-pdf-links gives a few clues where I would have to start looking …

-- harald




-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to