Hi,

It seems cloud_sptheme uses relbar() marcro to generate relbar.
So you might be able to remote the hyperlink to genindex.html by overriding 
it.
But, more simply way, you can disable to generate genindex using 
"html_use_index = False".
Then the hyperlink will be removed automatically.

Thanks,

2016年10月3日月曜日 17時53分20秒 UTC+9 Matthew Gidden:
>
> Hi everyone,
>
> Perhaps a super simple question, but I've run into a bit of a wall. I'd 
> like to customize the relbar (that normally has the next, prev, index, etc. 
> links) -- specifically, I'd like to remove the link to genindex.html (it 
> doesn't make sense in the application I'm using sphinx for). How should I 
> do that?
>
> I am using the cloud_sptheme, but believe this should be a general enough 
> question across themes.
>
> My initial naive attempt was to extend layout.html (gist here 
> <https://gist.github.com/gidden/3bf5dee0a67abbdd072b35493d426097>), 
> copying from the layout.html from RTD 
> <https://github.com/snide/sphinx_rtd_theme/blob/master/sphinx_rtd_theme/layout.html>.
>  
> This didn't work. Does anyone have any suggestions for how to proceed?
>
> Thanks!
> Matt
>

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

Reply via email to