aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorAndy Taylor2018-01-30 17:32:23 +1100
committerAndy Taylor2018-01-30 17:32:23 +1100
commita7818dedf230bca287c772efacd7572c52be2d8b (patch)
tree012c44b276ddb4b6d495761a244038e7285dfe5b /mkdocs.yml
parentb4c4781690ef18a2e86c769012a605b4ed1a16ba (diff)
Use new theme configuration syntax
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index e6167fb..3af9eee 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,6 +1,7 @@
site_name: gocryptfs
-theme: readthedocs
-theme_dir: xreadthedocs
+theme:
+ name: readthedocs
+ custom_dir: gocryptfs-readthedocs
pages:
- Home: index.md
- Quickstart: quickstart.md