We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74f0c1 commit 785e621Copy full SHA for 785e621
docs/_templates/layout.html
@@ -6,3 +6,19 @@
6
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9612347954373886"
7
crossOrigin="anonymous"></script>
8
{% endblock %}
9
+
10
+{% block sidebarsearch %}
11
+{{ super() }}
12
+<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9612347954373886"
13
+ crossorigin="anonymous"></script>
14
+<!-- PythonRoboticsDoc -->
15
+<ins class="adsbygoogle"
16
+ style="display:block"
17
+ data-ad-client="ca-pub-9612347954373886"
18
+ data-ad-slot="1579532132"
19
+ data-ad-format="auto"
20
+ data-full-width-responsive="true"></ins>
21
+<script>
22
+ (adsbygoogle = window.adsbygoogle || []).push({});
23
+</script>
24
+{% endblock %}
0 commit comments