diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-12-01 20:18:01 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-12-01 20:18:01 +0300 |
commit | 77d81aa4a3747b7dfbb17e43b16e1a514550c60c (patch) | |
tree | 0679778b3a5b46cb96d7c57485c847b83cc78bbf /debian/patches/local-doc-references.diff | |
parent | c089c4500b0b78acf03ee5405ad250a84b0dfa66 (diff) | |
download | python3.8-debian.tar.gz |
Import python3.8 (3.8.0-5)debian/3.8.0-5debian
Diffstat (limited to 'debian/patches/local-doc-references.diff')
-rw-r--r-- | debian/patches/local-doc-references.diff | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/patches/local-doc-references.diff b/debian/patches/local-doc-references.diff index 631a1de..d3ba19f 100644 --- a/debian/patches/local-doc-references.diff +++ b/debian/patches/local-doc-references.diff @@ -1,22 +1,22 @@ --- a/Doc/tools/templates/layout.html +++ b/Doc/tools/templates/layout.html -@@ -50,7 +50,7 @@ +@@ -24,7 +24,7 @@ {% endblock %} + {% block extrahead %} - <link rel="shortcut icon" type="image/png" href="{{ pathto('_static/py.png', 1) }}" /> - <link rel="canonical" href="https://docs.python.org/3/{{pagename}}.html" /> -+ <link rel="canonical" href="file:///usr/share/doc/python3.7/html/{{pagename}}.html" /> ++ <link rel="canonical" href="file:///usr/share/doc/python3.8/html/{{pagename}}.html" /> {% if builder != "htmlhelp" %} - {% if not embedded %}<script type="text/javascript" src="{{ pathto('_static/copybutton.js', 1) }}"></script>{% endif %} - {% if switchers is defined and not embedded %}<script type="text/javascript" src="{{ pathto('_static/switchers.js', 1) }}"></script>{% endif %} + {% if switchers is defined and not embedded %} + <script type="text/javascript" src="{{ pathto('_static/switchers.js', 1) }}"></script>{% endif %} --- a/Lib/idlelib/help.html +++ b/Lib/idlelib/help.html -@@ -27,7 +27,7 @@ +@@ -25,7 +25,7 @@ <link rel="copyright" title="Copyright" href="../copyright.html" /> <link rel="next" title="Other Graphical User Interface Packages" href="othergui.html" /> <link rel="prev" title="tkinter.scrolledtext — Scrolled Text Widget" href="tkinter.scrolledtext.html" /> - <link rel="canonical" href="https://docs.python.org/3/library/idle.html" /> -+ <link rel="canonical" href="file:///usr/share/doc/python3.7/html/library/idle.html" /> ++ <link rel="canonical" href="file:///usr/share/doc/python3.8/html/library/idle.html" /> |