Skip to content
Snippets Groups Projects
Commit bea03f81 authored by Gauthier HEISS's avatar Gauthier HEISS
Browse files

Fix typo

parent 3b298b62
No related branches found
No related tags found
No related merge requests found
......@@ -17,4 +17,4 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) -D html_context.display_gitlab=true -D html_context.gitlab_host="gitlab.esiea.fr" -D html_context.gitlab_user="esieabot" -D html_context.gitlab_repo="esieabot-docs/rtd" -D html_context.gitlab_version="main", -D html_context.conf_py_path="/docs/source/"
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) -D html_context.display_gitlab=true -D html_context.gitlab_host="gitlab.esiea.fr" -D html_context.gitlab_user="esieabot" -D html_context.gitlab_repo="esieabot-docs/rtd" -D html_context.gitlab_version="main" -D html_context.conf_py_path="/docs/source/"
......@@ -29,7 +29,7 @@ if errorlevel 9009 (
goto end
:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O% -D html_context.display_gitlab=true -D html_context.gitlab_host="gitlab.esiea.fr" -D html_context.gitlab_user="esieabot" -D html_context.gitlab_repo="esieabot-docs/rtd" -D html_context.gitlab_version="main", -D html_context.conf_py_path="/docs/source/"
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O% -D html_context.display_gitlab=true -D html_context.gitlab_host="gitlab.esiea.fr" -D html_context.gitlab_user="esieabot" -D html_context.gitlab_repo="esieabot-docs/rtd" -D html_context.gitlab_version="main" -D html_context.conf_py_path="/docs/source/"
:end
popd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment