Skip to content

Commit

Permalink
fix of unrelated histories
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Jan 9, 2025
1 parent db2e707 commit f4f9e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ help:
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
git submodule init
git submodule update --remote --merge
git submodule update --remote --merge --allow-unrelated-histories
if [ ! -d $(BUILDDIR) ]; then mkdir -p $(BUILDDIR); fi
cp -r ./images "$(BUILDDIR)"
@$(SPHINXBUILD) -E -n -c . -b html source "$(BUILDDIR)" $(SPHINXOPTS) $(O)
Expand Down

0 comments on commit f4f9e06

Please sign in to comment.