From 3e1ea90246cc7f5fe6fbb26ac89eaaafe0c938ba Mon Sep 17 00:00:00 2001 From: DevTwilight Date: Wed, 18 Mar 2026 13:04:02 +0530 Subject: [PATCH] docs: update theme sections and add install instructions --- docs/user-guide/choosing-your-theme.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/docs/user-guide/choosing-your-theme.md b/docs/user-guide/choosing-your-theme.md index c40b7a51..a5fd060a 100644 --- a/docs/user-guide/choosing-your-theme.md +++ b/docs/user-guide/choosing-your-theme.md @@ -4,9 +4,7 @@ Selecting and configuring a theme. --- -ProperDocs includes two built-in themes ([mkdocs](#mkdocs) and -[readthedocs](#readthedocs)), as documented below. However, many [third party -themes] are available to choose from as well. +ProperDocs includes two official themes ([mkdocs](#mkdocs) and [readthedocs](#readthedocs)), as documented below. Many [third party themes] are available to choose from as well. To choose a theme, set the [theme] configuration option in your `properdocs.yml` config file. @@ -18,8 +16,13 @@ theme: ## mkdocs -The default theme, which was built as a custom [Bootstrap] theme, supports almost -every feature of ProperDocs. +The `mkdocs` theme is the default official theme, built as a custom [Bootstrap] theme, and supports almost every feature of ProperDocs. + +Which can be installed with pip: + +```bash +pip install properdocs-theme-mkdocs +```