From 422464fedede2a5d0eba7cbdba08a1c7a584d3b6 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Mon, 20 Jan 2020 17:58:44 +0100
Subject: [PATCH] Build: Fixed mkdocs build script.

---
 mkdocs.yml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index def21acb..0694d201 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -41,9 +41,11 @@ extra:
 markdown_extensions:
   - codehilite
   - admonition
-  - toc(permalink=true)
+  - toc:
+      permalink: true
   - pymdownx.arithmatex
-  - pymdownx.betterem(smart_enable=all)
+  - pymdownx.betterem:
+      smart_enable: all
   - pymdownx.caret
   - pymdownx.critic
   - pymdownx.details
@@ -54,5 +56,6 @@ markdown_extensions:
   - pymdownx.mark
   - pymdownx.smartsymbols
   - pymdownx.superfences
-  - pymdownx.tasklist(custom_checkbox=true)
+  - pymdownx.tasklist:
+      custom_checkbox: true
   - pymdownx.tilde
-- 
GitLab