From 48218d64da75332dcd1b31a47d77308e677be4bb Mon Sep 17 00:00:00 2001 From: Michael Currin <18750745+MichaelCurrin@users.noreply.github.com> Date: Fri, 18 Dec 2020 12:24:27 +0200 Subject: [PATCH] Update setup-project.md --- docs/docs/tutorial/setup-project.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/docs/tutorial/setup-project.md b/docs/docs/tutorial/setup-project.md index 844d856..018e7dd 100644 --- a/docs/docs/tutorial/setup-project.md +++ b/docs/docs/tutorial/setup-project.md @@ -115,12 +115,14 @@ Find more [supported themes](https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes See below using [mkdocs-rtd-dropdown](https://github.com/cjsheets/mkdocs-rtd-dropdown). -`requirements.txt` +`requirements.txt`: + ``` mkdocs-rtd-dropdown ``` -`mkdocs.yml` +`mkdocs.yml`: + ```yaml theme: name: 'rtd-dropdown' @@ -130,12 +132,12 @@ theme: See the [MkDocs for Material](https://squidfunk.github.io/mkdocs-material/) homepage. See the Setup page for config options. -`requirements.txt` +`requirements.txt`: ``` mkdocs-material-extensions>=1.0 ``` -`mkdocs.yml` +`mkdocs.yml`: ```yaml theme: name: 'material'