Merge pull request #1278 from umap-project/mkdocs-autolink

Use magiclink extension for changelog with links
This commit is contained in:
David Larlet 2023-08-23 11:45:43 -04:00 committed by GitHub
commit 981f727281
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 10 deletions

View file

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

View file

@ -1,13 +1,15 @@
site_name: uMap site_name: uMap
nav: nav:
- Home: index.md - Home: index.md
- Installation: install.md - Installation: install.md
- Configuration: settings.md - Configuration: settings.md
- Administration: administration.md - Administration: administration.md
- Contributing: contributing.md - Contributing: contributing.md
- how-tos: - how-tos:
- Ubuntu from scratch: ubuntu.md - Ubuntu from scratch: ubuntu.md
- Customize your uMap style: custom.md - Customize your uMap style: custom.md
- Install with Docker: docker.md - Install with Docker: docker.md
- Changelog: changelog.md - Changelog: changelog.md
theme: readthedocs theme: readthedocs
markdown_extensions:
- pymdownx.magiclink