From da5638805585ea7bf36e665bb074fc4c7cac48af Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Tue, 28 Jun 2016 23:10:53 +0100 Subject: [PATCH] Remove extra theme_dir alias theme_dir is listed twice at the bottom links, this removed the one that relates to this page. All usages make sense when linking directly to the config page. --- docs/user-guide/styling-your-docs.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/user-guide/styling-your-docs.md b/docs/user-guide/styling-your-docs.md index 20e44139..a23addea 100644 --- a/docs/user-guide/styling-your-docs.md +++ b/docs/user-guide/styling-your-docs.md @@ -77,7 +77,7 @@ changes were automatically picked up and the documentation will be updated. Any extra CSS or JavaScript files will be added to the generated HTML document after the page content. If you desire to include a JavaScript - library, you may have better sucess including the library by using the + library, you may have better success including the library by using the [theme_dir]. ### Using the theme_dir @@ -208,7 +208,6 @@ explaination of blocks, consult the [Jinja documentation]. [built-in themes]: #built-in-themes [third party themes]: #third-party-themes [docs_dir]: #using-the-docs_dir -[theme_dir]: #using-the-theme_dir [customize]: #customizing-a-theme [custom theme]: ./custom-themes.md [ReadTheDocs]: ./deploying-your-docs.md#readthedocs