diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2016-07-27 02:52:31 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2016-07-27 02:52:31 -0400 |
| commit | db64a9d125fee897a461fc2dcc26c5f680afa390 (patch) | |
| tree | a664010f819e377d44b2604d1351576dabe55180 /mkdocs.yml | |
| parent | 74213c23ebc50ff6224d5b0873a5a90dad2238c2 (diff) | |
use local theme instead of pip theme
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -8,8 +8,7 @@ site_favicon: 'favicon.ico' google_analytics: ['UA-72420552-3', 'docs.binary.ninja' ] use_directory_urls: False -theme_dir: 'mkdocs-material' -theme: 'material' +theme_dir: 'mkdocs-material/material' copyright: '(<a href="https://creativecommons.org/licenses/by/3.0/">cc</a>) Vector 35 LLC' markdown_extensions: |
