Skip to content

Commit

Permalink
fix missed
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Feb 6, 2024
1 parent 49ff3fa commit 1262ab8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ instance/
.scrapy

# Sphinx documentation
docs/_build/
docs/build/
docs/linkcheck/
docs/source/generated
docs/source/api/generated
docs/source/auto_tutorials
Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ html-noplot:
$(SPHINXBUILD) source build -b html $(SPHINXOPTS) -D plot_gallery=0

clean:
rm -rf build source/generated source/api/generated
rm -rf build linkcheck source/generated source/api/generated

linkcheck:
$(SPHINXBUILD) source linkcheck -b linkcheck -D plot_gallery=0
Expand Down
2 changes: 1 addition & 1 deletion docs/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ goto :eof
goto :eof

:clean
rmdir /s /q build source\generated source\api\generated
rmdir /s /q build linkcheck source\generated source\api\generated
goto :eof

:linkcheck
Expand Down

0 comments on commit 1262ab8

Please sign in to comment.