Mob/techdocs downgrade markdown plugins (#2473)

* Use more tested versions of markdown plugins

* Less specific mkdocs version required

* Bump version

* Added changelog

* Bumped version of techdocs-core plugin

* Fixed lint issue
This commit is contained in:
Sebastian Qvarfordt
2020-09-15 16:29:13 +02:00
committed by GitHub
parent a1386be0bd
commit fb118379e8
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ FROM python:3.8-alpine
RUN apk update && apk --no-cache add gcc musl-dev openjdk11-jdk curl graphviz ttf-dejavu fontconfig
RUN curl -L http://sourceforge.net/projects/plantuml/files/plantuml.1.2020.16.jar/download > /opt/plantuml.jar
RUN pip install --upgrade pip && pip install mkdocs-techdocs-core==0.0.4
RUN pip install --upgrade pip && pip install mkdocs-techdocs-core==0.0.5
# Create script to call plantuml.jar from a location in path
@@ -50,7 +50,6 @@ python -m black src/
## Changelog
### 0.0.5
- Downgrade some versions of markdown extensions to versions that are more stable