diff --git a/README.md b/README.md
index 0001e8a3..402ca5eb 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ AES, Blowfish, Twofish, SSH-1, SSH-2, SFTP, and X.509
## Documentation
* [Documentation / Manual](http://phpseclib.sourceforge.net/)
-* [API Documentation](https://api.phpseclib.org/1.0/) (generated by Sami)
+* [API Documentation](https://api.phpseclib.org/1.0/) (generated by Doctum)
## Branches
diff --git a/build/build.xml b/build/build.xml
index 92d3923f..26ab24b8 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -4,7 +4,7 @@
default="all"
>
-
+
@@ -22,11 +22,4 @@
tests/"
dir=".." checkreturn="true" passthru="true" />
-
-
-
-
-
-
diff --git a/build/sami.conf.php b/build/sami.conf.php
deleted file mode 100644
index 9fe0286c..00000000
--- a/build/sami.conf.php
+++ /dev/null
@@ -1,32 +0,0 @@
-classes[$name]);
- }
-}
-
-$iterator = Symfony\Component\Finder\Finder::create()
- ->files()
- ->name('*.php')
- ->in(__DIR__ . '/../phpseclib/')
-;
-
-$versions = Sami\Version\GitVersionCollection::create(__DIR__ . '/../')
- ->add('1.0')
- ->add('2.0')
- ->add('master')
-;
-
-return new Sami\Sami($iterator, array(
- 'theme' => 'enhanced',
- 'versions' => $versions,
- 'title' => 'phpseclib API Documentation',
- 'build_dir' => __DIR__.'/api/output/%version%',
- 'cache_dir' => __DIR__.'/api/cache/%version%',
- 'default_opened_level' => 2,
- 'store' => new MyArrayStore,
-));
diff --git a/composer.json b/composer.json
index d5d07bbf..6729e8f9 100644
--- a/composer.json
+++ b/composer.json
@@ -56,7 +56,6 @@
"require-dev": {
"phing/phing": "~2.7",
"phpunit/phpunit": "^4.8.35|^5.7|^6.0",
- "sami/sami": "~2.0",
"squizlabs/php_codesniffer": "~2.0"
},
"suggest": {