From 1e294c822bff5478b4ffbf46163c4dc9f2817b1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melissa=20Weber=20Mendon=C3=A7a?= Date: Sat, 30 Nov 2024 12:08:05 -0300 Subject: [PATCH] Fix linkchecker --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 631e30d0..dba1164f 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ html-live: prep-docs html-noplot: clean prep-docs NAPARI_APPLICATION_IPY_INTERACTIVE=0 sphinx-build -M html docs/ docs/_build -D plot_gallery=0 -D sphinx_gallery_conf.examples_dirs=$(GALLERY_PATH) $(SPHINXOPTS) -linkcheck-files: +linkcheck-files: prep-docs NAPARI_APPLICATION_IPY_INTERACTIVE=0 sphinx-build -b linkcheck -D plot_gallery=0 --color docs/ docs/_build/html ${FILES} -D sphinx_gallery_conf.examples_dirs=$(GALLERY_PATH) $(SPHINXOPTS) fallback-videos: