Use magiclink extension for changelog with links

This commit is contained in:
David Larlet 2023-08-23 09:45:44 -04:00
parent 74cfd18a2f
commit ccaaa467f1
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD
2 changed files with 13 additions and 10 deletions

View file

@ -1,2 +1,3 @@
# Force rtfd to use a recent version of mkdocs
mkdocs==1.4.2
pymdown-extensions==10.1

View file

@ -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