From ccaaa467f1f5537c2ce8bdb1a1ca1763f959e475 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Wed, 23 Aug 2023 09:45:44 -0400 Subject: [PATCH] Use magiclink extension for changelog with links --- docs/requirements.txt | 1 + mkdocs.yml | 22 ++++++++++++---------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c8c0c847..5192c364 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,3 @@ # Force rtfd to use a recent version of mkdocs mkdocs==1.4.2 +pymdown-extensions==10.1 diff --git a/mkdocs.yml b/mkdocs.yml index 36c2eab1..2afda197 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,13 +1,15 @@ site_name: uMap nav: -- Home: index.md -- Installation: install.md -- Configuration: settings.md -- Administration: administration.md -- Contributing: contributing.md -- how-tos: - - Ubuntu from scratch: ubuntu.md - - Customize your uMap style: custom.md - - Install with Docker: docker.md -- Changelog: changelog.md + - Home: index.md + - Installation: install.md + - Configuration: settings.md + - Administration: administration.md + - Contributing: contributing.md + - how-tos: + - Ubuntu from scratch: ubuntu.md + - Customize your uMap style: custom.md + - Install with Docker: docker.md + - Changelog: changelog.md theme: readthedocs +markdown_extensions: + - pymdownx.magiclink