Skip to content

Commit 6715867

Browse files
committed
Fix 404.html page and link in the card
1 parent 239066d commit 6715867

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

conf.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ def wrapper(*args, **kwargs):
158158
"author": "PyTorch Contributors",
159159
}
160160

161-
html_additional_pages = {
162-
"404": "404.html",
163-
}
164-
165161
# -- Sphinx-gallery configuration --------------------------------------------
166162

167163
sphinx_gallery_conf = {

recipes_index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ from our full-length tutorials.
3434
:header: Defining a Neural Network
3535
:card_description: Learn how to use PyTorch's torch.nn package to create and define a neural network for the MNIST dataset.
3636
:image: _static/img/thumbnails/cropped/defining-a-network.PNG
37-
:link: recipesrecipes/defining_a_neural_network.html
37+
:link: recipes/recipes/defining_a_neural_network.html
3838
:tags: Basics
3939

4040
.. customcarditem::

0 commit comments

Comments
 (0)