remove if else block in docs makefile

This commit is contained in:
Diego Montes 2021-11-04 08:39:00 -04:00 committed by GitHub
parent ce5223fe59
commit 51c149f137
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,11 +28,7 @@ livehtml:
# Outputs rst files from django application code
apidocs:
{%- if cookiecutter.use_docker == 'y' %}
sphinx-apidoc -o $(SOURCEDIR)/api $(APP)
{%- else %}
sphinx-apidoc -o $(SOURCEDIR)/api $(APP)
{%- endif %}
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).