Skip to content

Commit b654b3a

Browse files
author
github-actions
committed
Add 404.html placeholders for missing PDF archives for 3.14
1 parent 352a06c commit b654b3a

2 files changed

Lines changed: 466 additions & 0 deletions

File tree

3/python-3.14-docs-pdf-a4.tar.bz2

Lines changed: 233 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,233 @@
1+
<!DOCTYPE html>
2+
3+
<html lang="en" data-content_root="./">
4+
<head>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Generating file &#8212; Python 3.14.0 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
9+
<link rel="stylesheet" type="text/css" href="https://docs.python.org/3/_static/pygments.css?v=b86133f3" />
10+
<link rel="stylesheet" type="text/css" href="https://docs.python.org/3/_static/classic.css?v=234b1a7c" />
11+
<link rel="stylesheet" type="text/css" href="https://docs.python.org/3/_static/pydoctheme.css?v=8cd84f99" />
12+
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="https://docs.python.org/3/_static/pygments_dark.css?v=5349f25f" />
13+
14+
<script src="https://docs.python.org/3/_static/documentation_options.js?v=e4f4b189"></script>
15+
<script src="https://docs.python.org/3/_static/doctools.js?v=9bcbadda"></script>
16+
<script src="https://docs.python.org/3/_static/sphinx_highlight.js?v=dc90522c"></script>
17+
18+
<script src="https://docs.python.org/3/_static/sidebar.js"></script>
19+
20+
<link rel="search" type="application/opensearchdescription+xml"
21+
title="Search within Python 3.14.0 documentation"
22+
href="https://docs.python.org/3/_static/opensearch.xml"/>
23+
<link rel="author" title="About these documents" href="https://docs.python.org/3/about.html" />
24+
<link rel="index" title="Index" href="https://docs.python.org/3/genindex.html" />
25+
<link rel="search" title="Search" href="https://docs.python.org/3/search.html" />
26+
<link rel="copyright" title="Copyright" href="https://docs.python.org/3/copyright.html" />
27+
28+
29+
<link rel="canonical" href="https://docs.python.org/3/404.html">
30+
31+
32+
33+
34+
<style>
35+
@media only screen {
36+
table.full-width-table {
37+
width: 100%;
38+
}
39+
}
40+
</style>
41+
<link rel="stylesheet" href="https://docs.python.org/3/_static/pydoctheme_dark.css" media="(prefers-color-scheme: dark)" id="pydoctheme_dark_css">
42+
<link rel="shortcut icon" type="image/png" href="https://docs.python.org/3/_static/py.svg">
43+
<script type="text/javascript" src="https://docs.python.org/3/_static/copybutton.js"></script>
44+
<script type="text/javascript" src="https://docs.python.org/3/_static/menu.js"></script>
45+
<script type="text/javascript" src="https://docs.python.org/3/_static/search-focus.js"></script>
46+
<script type="text/javascript" src="https://docs.python.org/3/_static/themetoggle.js"></script>
47+
<script type="text/javascript" src="https://docs.python.org/3/_static/rtd_switcher.js"></script>
48+
<meta name="readthedocs-addons-api-version" content="1">
49+
50+
</head>
51+
<body>
52+
<div class="mobile-nav">
53+
<input type="checkbox" id="menuToggler" class="toggler__input" aria-controls="navigation"
54+
aria-pressed="false" aria-expanded="false" role="button" aria-label="Menu">
55+
<nav class="nav-content" role="navigation">
56+
<label for="menuToggler" class="toggler__label">
57+
<span></span>
58+
</label>
59+
<span class="nav-items-wrapper">
60+
<a href="https://www.python.org/" class="nav-logo">
61+
<img src="https://docs.python.org/3/_static/py.svg" alt="Python logo">
62+
</a>
63+
<span class="version_switcher_placeholder"></span>
64+
<form role="search" class="search" action="https://docs.python.org/3/search.html" method="get">
65+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" class="search-icon">
66+
<path fill-rule="nonzero" fill="currentColor" d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 001.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 00-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 005.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path>
67+
</svg>
68+
<input placeholder="Quick search" aria-label="Quick search" type="search" name="q">
69+
<input type="submit" value="Go">
70+
</form>
71+
</span>
72+
</nav>
73+
<div class="menu-wrapper">
74+
<nav class="menu" role="navigation" aria-label="main navigation">
75+
<div class="language_switcher_placeholder"></div>
76+
77+
<label class="theme-selector-label">
78+
Theme
79+
<select class="theme-selector" oninput="activateTheme(this.value)">
80+
<option value="auto" selected>Auto</option>
81+
<option value="light">Light</option>
82+
<option value="dark">Dark</option>
83+
</select>
84+
</label>
85+
</nav>
86+
</div>
87+
</div>
88+
89+
90+
<div class="related" role="navigation" aria-label="Related">
91+
<h3>Navigation</h3>
92+
<ul>
93+
<li class="right" style="margin-right: 10px">
94+
<a href="https://docs.python.org/3/genindex.html" title="General Index"
95+
accesskey="I">index</a></li>
96+
<li class="right" >
97+
<a href="https://docs.python.org/3/py-modindex.html" title="Python Module Index"
98+
>modules</a> |</li>
99+
100+
<li><img src="https://docs.python.org/3/_static/py.svg" alt="Python logo" style="vertical-align: middle; margin-top: -1px"></li>
101+
<li><a href="https://www.python.org/">Python</a> &#187;</li>
102+
<li class="switchers">
103+
<div class="language_switcher_placeholder"></div>
104+
<div class="version_switcher_placeholder"></div>
105+
</li>
106+
<li>
107+
108+
</li>
109+
<li id="cpython-language-and-version">
110+
<a href="https://docs.python.org/3/index.html">3.14.0 Documentation</a> &#187;
111+
</li>
112+
113+
<li class="nav-item nav-item-this"><a href="">Generating file</a></li>
114+
<li class="right">
115+
116+
117+
<div class="inline-search" role="search">
118+
<form class="inline-search" action="https://docs.python.org/3/search.html" method="get">
119+
<input placeholder="Quick search" aria-label="Quick search" type="search" name="q" id="search-box">
120+
<input type="submit" value="Go">
121+
</form>
122+
</div>
123+
|
124+
</li>
125+
<li class="right">
126+
<label class="theme-selector-label">
127+
Theme
128+
<select class="theme-selector" oninput="activateTheme(this.value)">
129+
<option value="auto" selected>Auto</option>
130+
<option value="light">Light</option>
131+
<option value="dark">Dark</option>
132+
</select>
133+
</label> |</li>
134+
135+
</ul>
136+
</div>
137+
138+
<div class="document">
139+
<div class="documentwrapper">
140+
<div class="bodywrapper">
141+
<div class="body" role="main">
142+
143+
<h1>Generating file</h1>File is being <a href="https://github.com/m-aciek/python-docs-pdf/actions/runs/18326667471">generated</a>. It should be available soon.
144+
145+
<div class="clearer"></div>
146+
</div>
147+
</div>
148+
</div>
149+
<div class="sphinxsidebar" role="navigation" aria-label="Main">
150+
<div class="sphinxsidebarwrapper">
151+
</div>
152+
<div id="sidebarbutton" title="Collapse sidebar">
153+
<span>«</span>
154+
</div>
155+
156+
</div>
157+
<div class="clearer"></div>
158+
</div>
159+
<div class="related" role="navigation" aria-label="Related">
160+
<h3>Navigation</h3>
161+
<ul>
162+
<li class="right" style="margin-right: 10px">
163+
<a href="https://docs.python.org/3/genindex.html" title="General Index"
164+
>index</a></li>
165+
<li class="right" >
166+
<a href="https://docs.python.org/3/py-modindex.html" title="Python Module Index"
167+
>modules</a> |</li>
168+
169+
<li><img src="https://docs.python.org/3/_static/py.svg" alt="Python logo" style="vertical-align: middle; margin-top: -1px"></li>
170+
<li><a href="https://www.python.org/">Python</a> &#187;</li>
171+
<li class="switchers">
172+
<div class="language_switcher_placeholder"></div>
173+
<div class="version_switcher_placeholder"></div>
174+
</li>
175+
<li>
176+
177+
</li>
178+
<li id="cpython-language-and-version">
179+
<a href="https://docs.python.org/3/index.html">3.14.0 Documentation</a> &#187;
180+
</li>
181+
182+
<li class="nav-item nav-item-this"><a href="">Generating file</a></li>
183+
<li class="right">
184+
185+
186+
<div class="inline-search" role="search">
187+
<form class="inline-search" action="https://docs.python.org/3/search.html" method="get">
188+
<input placeholder="Quick search" aria-label="Quick search" type="search" name="q" id="search-box">
189+
<input type="submit" value="Go">
190+
</form>
191+
</div>
192+
|
193+
</li>
194+
<li class="right">
195+
<label class="theme-selector-label">
196+
Theme
197+
<select class="theme-selector" oninput="activateTheme(this.value)">
198+
<option value="auto" selected>Auto</option>
199+
<option value="light">Light</option>
200+
<option value="dark">Dark</option>
201+
</select>
202+
</label> |</li>
203+
204+
</ul>
205+
</div>
206+
<div class="footer">
207+
&copy; <a href="https://docs.python.org/3/copyright.html">Copyright</a> 2001 Python Software Foundation.
208+
<br>
209+
This page is licensed under the Python Software Foundation License Version 2.
210+
<br>
211+
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
212+
<br>
213+
214+
See <a href="/license.html">History and License</a> for more information.<br>
215+
216+
217+
<br>
218+
219+
The Python Software Foundation is a non-profit corporation.
220+
<a href="https://www.python.org/psf/donations/">Please donate.</a>
221+
<br>
222+
<br>
223+
Last updated on Oct 07, 2025 (21:26 UTC).
224+
225+
<a href="/bugs.html">Found a bug</a>?
226+
227+
<br>
228+
229+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.2.3.
230+
</div>
231+
232+
</body>
233+
</html>

0 commit comments

Comments
 (0)