Fix other missing EOF newlines

This commit is contained in:
Richard Laager
2020-05-29 13:19:04 -05:00
parent 783b4b75e5
commit c100c5f854
3 changed files with 3 additions and 3 deletions

View File

@@ -3,4 +3,4 @@
404 Page not found. 404 Page not found.
=================== ===================
Please use left menu or search to find interested page. Please use left menu or search to find interested page.

View File

@@ -16,4 +16,4 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new # Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile %: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

View File

@@ -14,4 +14,4 @@
.wy-nav-content { .wy-nav-content {
max-width: 1500px !important; max-width: 1500px !important;
} }
} }