-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Move github template info into html_theme_options. (Feedback) #681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This seems reasonable. Though we probably need it in both places to make it backwards compat. |
Also, any reason you can't just put the variables into html_context in your conf.py? Seems like it's the same thing? |
Ah, apparently I'm not being clear. This is not for having a different github/bitbucket account than the project name. This is for projects not using RTD to build/host their documentation. |
html_context is a Sphinx setting: Anyone is free to set it themselves On Thu, Feb 27, 2014 at 9:01 AM, Trevor Bramwell
Eric Holscher |
It seems that this html_context variable can currently only be used to augment already computed values. See: #743. |
@ericholscher You are totally right about
Thanks, for the help! |
@bramwelt How does that work? Your content of |
@svisser This was related to using My point in this PR was to enable me to list those options in |
@bramwelt thanks for clarifying that. In that case I can see how it works. |
I would really like it if the sphinx_rtd_theme supported html_theme_options so that I didn't have to override
breadcrumbs.html
in every project I want an 'edit on github' link to show up.This is related to: readthedocs/sphinx_rtd_theme#91