Parcourir la source

update makefile for apidoc

Jérôme BUISINE il y a 3 ans
Parent
commit
25b68c4912
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/Makefile

+ 1 - 1
docs/Makefile

@@ -12,7 +12,7 @@ help:
 	@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
 
 rst:
-	sphinx-apidoc -o ./source ../rawls/
+	sphinx-apidoc -o --implicit-namespaces ./source ../rawls/
 
 .PHONY: help Makefile