Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove custom JS scripts
  • Loading branch information
AA-Turner committed Oct 2, 2024
commit 8401f763f050a0e8cbc98aac8787a030260a9357

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,7 @@
{% endblock %}

{% block extrahead %}
{% if builder == "html" and enable_analytics %}
<script defer data-domain="docs.python.org" src="https://plausible.io/js/script.js"></script>
{% endif %}
<link rel="canonical" href="https://docs.python.org/3/{{pagename}}.html" />
{% if builder != "htmlhelp" %}
{% if pagename == 'whatsnew/changelog' and not embedded %}
<script type="text/javascript" src="{{ pathto('_static/changelog_search.js', 1) }}"></script>{% endif %}
{% endif %}

{# custom CSS; used in asyncio docs! #}
<style>
@media only screen {{ "{" }}
Expand All @@ -45,8 +37,4 @@
</style>
{{ super() }}

{%- if not embedded %}
<script type="text/javascript" src="{{ pathto('_static/rtd_switcher.js', 1) }}"></script>
<meta name="readthedocs-addons-api-version" content="1">
{%- endif %}
{% endblock %}