Skip to content

Commit

Permalink
Missing empty line at end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Jan 10, 2024
1 parent 26a90bd commit deeed11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,4 @@ pseudoxml:

.PHONY: livehtml
livehtml:
sphinx-autobuild -b html --host 0.0.0.0 --port 7010 --watch $(APP) -c . $(SOURCEDIR) $(BUILDDIR)/html
sphinx-autobuild -b html --host 0.0.0.0 --port 7010 --watch $(APP) -c . $(SOURCEDIR) $(BUILDDIR)/html
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ allowlist_externals = poetry, make
commands_pre =
poetry install --with docs
commands =
make -C ./docs livehtml
make -C ./docs livehtml

0 comments on commit deeed11

Please sign in to comment.