From 7c55565d3d40c16df6580710aac6e590c89f5630 Mon Sep 17 00:00:00 2001 From: DylanAlloy Date: Sat, 23 Dec 2023 05:45:11 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20fix(wip):=20attempt[n]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 0e3249a..f0b5121 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -27,6 +27,6 @@ jobs: with: branch: main dir_docs: docs - sphinxapiopts: '--separate -o docs .' + sphinxapiopts: '--separate -o docs magnet' sphinxapiexclude: '../*setup* ../*.ipynb' sphinxopts: '' \ No newline at end of file