diff --git a/changelog.d/3306.docs.rst b/changelog.d/3306.docs.rst new file mode 100644 index 000000000..e52352c5b --- /dev/null +++ b/changelog.d/3306.docs.rst @@ -0,0 +1 @@ +Add "Fork me on GitHub" ribbon in top right corner of the docs page. \ No newline at end of file diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html new file mode 100644 index 000000000..91fab053e --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,9 @@ +{% extends '!layout.html' %} +{% block document %} +{{ super() }} + + Fork me on GitHub + +{% endblock %} \ No newline at end of file