-
Notifications
You must be signed in to change notification settings - Fork 37
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
Support twitch #68
Comments
Thanks for the offer. These are the things you need to do to add a new platform:
|
Twitch requires the parent domain.. I am actually unable to include a
I don't see an easy way to get the |
I think you do the following.
|
But we don't have a way to retrieve the domain (to complete the parent) dynamically. I guess the only option is a configuration key, e.g. 'twitch_parent'. |
At the point that sphinx runs, it has no way of knowing where the resulting html will be hosted. I think that you're right that it needs to go in |
It should be possible to support twitch as well?
If you can give me a couple of hints/guidance, I can open a PR to add the functionality.
The text was updated successfully, but these errors were encountered: