Skip to content

Commit

Permalink
Fix typo in docs Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephrdev committed Aug 8, 2018
1 parent f2e2208 commit 95e448f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ clean:
-rm -rf $(BUILDDIR)/*

apidoc:
sphinx-apidoc --separate --force --module-first -H "django-static-templates" -o api ../static-templates
sphinx-apidoc --separate --force --module-first -H "django-static-templates" -o api ../static_templates

html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
Expand Down

0 comments on commit 95e448f

Please sign in to comment.