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