Skip to content
Prev Previous commit
Next Next commit
Address Ned's review
  • Loading branch information
arhadthedev authored Jun 16, 2022
commit e895a5f5d5819b758fce545f59843b75eb9db32a
6 changes: 5 additions & 1 deletion Doc/tools/templates/download.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{% extends "layout.html" %}
{% set title = 'Download' %}
{% set dlbase = pathto('archives', 1) %}
{% if daily is defined %}
{% set dlbase = pathto('archives', 1) %}
{% else %}
{% set dlbase = 'https://docs.python.org/ftp/python/doc/' + release %}
{% endif %}

Comment thread
ned-deily marked this conversation as resolved.
{% block body %}
<h1>Download Python {{ release }} Documentation</h1>
Expand Down