From 12b6008c704d14dc5ed510878a3d6b796ee467b2 Mon Sep 17 00:00:00 2001 From: Arnelle Balane Date: Thu, 31 Jan 2019 14:58:56 +0800 Subject: [PATCH] Add esdoc-inject-style-plugin to esdoc config --- .esdoc.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.esdoc.json b/.esdoc.json index 3835f7a..d5c3b62 100644 --- a/.esdoc.json +++ b/.esdoc.json @@ -6,5 +6,10 @@ "index": "readme.md", "plugins": [{ "name": "esdoc-standard-plugin" + }, { + "name": "esdoc-inject-style-plugin", + "option": { + "styles": ["./public/docs.css"] + } }] }