Moved the MkDocs settings

This commit is contained in:
Cédric Belin
2019-04-11 22:21:31 +02:00
parent 9c69045c39
commit 4408368977
3 changed files with 6 additions and 6 deletions

View File

@ -44,7 +44,7 @@ class RoboFile extends Tasks {
->copy('LICENSE.md', 'doc/about/license.md')
->run();
return $this->_exec('mkdocs build');
return $this->_exec('mkdocs build --config-file=doc/mkdocs.yml');
}
/**