summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2018-10-21 18:02:26 -0400
committerWaylan Limberg <waylan.limberg@icloud.com>2018-10-21 18:12:13 -0400
commit6f463273d70cda45ee377759e725cbd2da8c08e3 (patch)
tree70356c7e02e561526183b63cf7f58fb3a43f4fac
parente5170a51aacedc65e8fce98bbc1c68c8093ebe79 (diff)
downloadpython-markdown-6f463273d70cda45ee377759e725cbd2da8c08e3.tar.gz
Auto-include version in docs.
Its too easy to forget to update the Markdown version manually in the docs config. This ensures it is included automatically.
-rw-r--r--mkdocs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 8ce810b..40f7731 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -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: