From a3dbdfd8c63822860ea513cdf9d4d95675925a10 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Mon, 13 Jun 2022 13:50:57 +0200 Subject: [PATCH] Add site_dirs --- doc/mkdocs.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/mkdocs.yml diff --git a/doc/mkdocs.yml b/doc/mkdocs.yml new file mode 100644 index 0000000..844c30e --- /dev/null +++ b/doc/mkdocs.yml @@ -0,0 +1,12 @@ +site_name: Katenary documentation +docs_dir: ./docs +theme: + name: readthedocs + logo: /statics/logo.png +extra_css: + - statics/main.css +extra_javascript: + - statics/addons.js +nav: + - index.md + - usage.md