From e2fdce4a33474def4d417df6c1f67e0c3bbac4b5 Mon Sep 17 00:00:00 2001 From: Purva Thakre Date: Wed, 16 Jun 2021 09:05:31 -0500 Subject: [PATCH 1/3] initial octocat --- doc/source/_templates/layout.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/source/_templates/layout.html diff --git a/doc/source/_templates/layout.html b/doc/source/_templates/layout.html new file mode 100644 index 000000000..2accbfa8d --- /dev/null +++ b/doc/source/_templates/layout.html @@ -0,0 +1,11 @@ +{% extends '!layout.html' %} +{% block document %} +{{super()}} + + + + + + + +{% endblock %} From 60014bcdc9efb3244868ed8cb631d864abec6317 Mon Sep 17 00:00:00 2001 From: Purva Thakre Date: Wed, 16 Jun 2021 09:25:24 -0500 Subject: [PATCH 2/3] breadcrumbs --- doc/source/_templates/breadcrumbs.html | 7 +++++++ doc/source/_templates/layout.html | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 doc/source/_templates/breadcrumbs.html diff --git a/doc/source/_templates/breadcrumbs.html b/doc/source/_templates/breadcrumbs.html new file mode 100644 index 000000000..804ad69e6 --- /dev/null +++ b/doc/source/_templates/breadcrumbs.html @@ -0,0 +1,7 @@ +{%- extends "sphinx_rtd_theme/breadcrumbs.html" %} + +{% block breadcrumbs_aside %} +{% if not meta or meta.get('github_url') != 'hide' %} +{{ super() }} +{% endif %} +{% endblock %} diff --git a/doc/source/_templates/layout.html b/doc/source/_templates/layout.html index 2accbfa8d..851f0bfa4 100644 --- a/doc/source/_templates/layout.html +++ b/doc/source/_templates/layout.html @@ -1,8 +1,10 @@ + + {% extends '!layout.html' %} {% block document %} {{super()}} - + From c32b293b4886833fd679ae1418b78f81c745c7a4 Mon Sep 17 00:00:00 2001 From: Purva Thakre Date: Wed, 16 Jun 2021 09:32:38 -0500 Subject: [PATCH 3/3] color --- doc/source/_templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/_templates/layout.html b/doc/source/_templates/layout.html index 851f0bfa4..ecb9ce6a2 100644 --- a/doc/source/_templates/layout.html +++ b/doc/source/_templates/layout.html @@ -4,7 +4,7 @@ {% block document %} {{super()}} - +