|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 6 | <title>404 - Page Not Found | PyTorch Documentation</title> |
7 | 7 |
|
8 | | - <!-- Base href to fix asset paths --> |
9 | | - <base href="/"> |
10 | | - |
11 | 8 | <!-- Essential CSS --> |
12 | | - <link href="_static/styles/theme.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" /> |
13 | | - <link href="_static/styles/bootstrap.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" /> |
14 | | - <link href="_static/styles/pydata-sphinx-theme.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" /> |
15 | | - <link href="_static/vendor/fontawesome/6.5.2/css/all.min.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" /> |
16 | | - <link rel="stylesheet" type="text/css" href="_static/css/theme.css" /> |
| 9 | + <link href="/_static/styles/theme.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" /> |
| 10 | + <link href="/_static/styles/bootstrap.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" /> |
| 11 | + <link href="/_static/styles/pydata-sphinx-theme.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" /> |
| 12 | + <link href="/_static/vendor/fontawesome/6.5.2/css/all.min.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" /> |
| 13 | + <link rel="stylesheet" type="text/css" href="/_static/css/theme.css" /> |
17 | 14 |
|
18 | 15 | <!-- Fonts --> |
19 | 16 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
@@ -61,9 +58,9 @@ <h2 class="error-404-subtitle">Page Not Found</h2> |
61 | 58 | {% include "pytorch_footer.html" %} |
62 | 59 |
|
63 | 60 | <!-- Essential Scripts --> |
64 | | - <script src="_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script> |
65 | | - <script src="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b"></script> |
66 | | - <script src="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b"></script> |
| 61 | + <script src="/_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script> |
| 62 | + <script src="/_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b"></script> |
| 63 | + <script src="/_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b"></script> |
67 | 64 |
|
68 | 65 | <!-- Theme functionality --> |
69 | 66 | <script> |
|
0 commit comments