From d2521f69a46b3a251192a7141df3200b44b1c21f Mon Sep 17 00:00:00 2001 From: michaelcurrin Date: Wed, 20 May 2020 12:53:20 +0200 Subject: [PATCH] Update setup_project.md --- docs/tutorial/setup_project.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/tutorial/setup_project.md b/docs/tutorial/setup_project.md index 7d78198..8afd19e 100644 --- a/docs/tutorial/setup_project.md +++ b/docs/tutorial/setup_project.md @@ -51,10 +51,13 @@ _Tip: Optionally use the `new` command covered above to setup the config and ind - Home: index.md - About: about.md ``` - 3. Choose a theme. e.g. - ```yaml - theme: readthedocs - ``` + 3. Choose a theme. + - An example of choosing a theme which is builtin: + ```yaml + theme: readthedocs + ``` + - Find more [supported themes](https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes). If it doesn't immediately, you'll have to use `pip` to install it and it to a `requirements.txt` file. + 3. Create a favicon (optional). - It will be picked up at this path: `docs/img/favicon.ico`. 4. Add to your `.gitignore`.