Unfortunately, the "Docs" string is embedded directly into the theme. It seems no way to change it in proper way. https://github.com/rtfd/sphinx_rtd_theme/blob/master/sphinx_rtd_theme/breadcrumbs.html
The way to do that is inherit and customize the theme. Thanks, Takeshi KOMIYA 2019年1月22日(火) 2:23 Ranjith Ramachandra <[email protected]>: > Hi everyone, > > > I have a sphinx docs project. I have styled the rtd theme. > > > I was trying to set the first word in the breadcrumbs. Look at screenshot > below > > > > > [image: Screenshot 2019-01-21 at 10.08.55 PM.png] > > > How do I change it to something like "Mammoth Help" instead of "docs"? > Only way I can think of is to do it with css because I can not find the > right variable in the sphinx docs, conf.py nor html_theme_options in the > rtd docs. Am I missing something? > > > > > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sphinx-users. > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
