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

@ -11,3 +11,5 @@ nav:
- Install with Docker: docker.md - Install with Docker: docker.md
- Changelog: changelog.md - Changelog: changelog.md
theme: readthedocs theme: readthedocs
markdown_extensions:
- pymdownx.magiclink