[TechDocs] Fix broken graphviz (#3139)

* Pin version of Markdown package

* Bumped techdocs-core package version

* Added changelog
This commit is contained in:
Sebastian Qvarfordt
2020-10-28 10:45:52 +01:00
committed by GitHub
parent 75545a0b4c
commit cef9f38bc7
3 changed files with 7 additions and 1 deletions
@@ -82,6 +82,10 @@ Extensions:
## Changelog
### 0.0.10
- Pin Markdown version to fix issue with Graphviz
### 0.0.9
- Change development status to 3 - Alpha
@@ -8,6 +8,7 @@ plantuml-markdown==3.1.2
markdown_inline_graphviz_extension==1.1
pygments==2.6.1
pymdown-extensions==7.1
Markdown==3.2.2
# The linter using for Python
# Note: This requires Python 3.6+ to run, but can format Python 2 code too.
@@ -23,7 +23,7 @@ with open(path.join(this_dir, "README.md"), encoding="utf-8") as file:
setup(
name="mkdocs-techdocs-core",
version="0.0.9",
version="0.0.10",
description="A Mkdocs package that contains TechDocs defaults",
long_description=long_description,
long_description_content_type="text/markdown",
@@ -41,6 +41,7 @@ setup(
"markdown_inline_graphviz_extension==1.1",
"pygments==2.6.1",
"pymdown-extensions==7.1",
"Markdown==3.2.2",
],
classifiers=[
"Development Status :: 3 - Alpha",