Skip to content

Commit

Permalink
Auto-include version in docs.
Browse files Browse the repository at this point in the history
Its too easy to forget to update the Markdown version manually in the
docs config. This ensures it is included automatically.
  • Loading branch information
waylan committed Oct 21, 2018
1 parent e5170a5 commit 6f46327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use_directory_urls: true
theme:
name: nature
icon: py.png
release: "3.0.1"
release: !!python/name:markdown.__version__
issue_tracker: https://github.com/Python-Markdown/markdown/issues

nav:
Expand Down

0 comments on commit 6f46327

Please sign in to comment.