summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2018-07-04 11:59:07 +0300
committerIvan Kanakarakis <ivan.kanak@gmail.com>2018-07-04 11:59:07 +0300
commitbaf6afd7eb775647ad87b2461023976175ac0263 (patch)
tree012ceb45e611fde5281233d59a3e8c716b12d8fd /docs
parent2a5a6ee47b9db3a37ee6eda6eb3c40af076760e5 (diff)
downloadpysaml2-baf6afd7eb775647ad87b2461023976175ac0263.tar.gz
Fix references to docs
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/make.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/make.sh b/docs/make.sh
index a2d7c6e6..65a507ed 100755
--- a/docs/make.sh
+++ b/docs/make.sh
@@ -1,5 +1,5 @@
#!/bin/sh
rm -f saml2*
-sphinx-apidoc -F -o ../doc/ ../src/saml2
+sphinx-apidoc -F -o ../docs/ ../src/saml2
make clean
-make html \ No newline at end of file
+make html