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 e91caf1 commit a36e5a8Copy full SHA for a36e5a8
1 file changed
doc/sphinxext/redirect_from.py
@@ -15,6 +15,7 @@
15
This creates in the build directory a file ``build/html/topic/old-page.html``
16
that contains a relative refresh::
17
18
+ <!DOCTYPE html>
19
<html>
20
<head>
21
<meta charset="utf-8">
@@ -39,7 +40,7 @@
39
40
logger = logging.getLogger(__name__)
41
42
-HTML_TEMPLATE = """\
43
+HTML_TEMPLATE = """<!DOCTYPE html>
44
45
46
0 commit comments