Thanks to visit codestin.com Credit goes to github.com
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 19d4061 commit 7a397e3Copy full SHA for 7a397e3
doc/sphinxext/redirect_from.py
@@ -15,9 +15,9 @@
15
This creates in the build directory a file ``build/html/topic/old-page.html``
16
that contains a relative refresh::
17
18
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
19
<html>
20
<head>
+ <meta charset="utf-8">
21
<meta http-equiv="refresh" content="0; url=new-page.html">
22
</head>
23
</html>
@@ -40,9 +40,9 @@
40
41
42
HTML_TEMPLATE = """\
43
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
44
45
46
<meta http-equiv="refresh" content="0; url={v}">
47
48
0 commit comments