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"] + } }] }