Many open-source projects use a "Fork me on Github" banner at the top-right corner of the pages in the documentation.
To name just one, let's take the example of Python requests:
There is a post on the Github blog about those banners where image code is provided: GitHub Ribbons
But nothing is explained about how to add the link in each of the page generated using Sphinx and then uploaded on ReadTheDocs.
Could you please help to generate this automatically? I expected there could be an option in conf.py
but I found none. My Sphinx configuration is the default one.