From 5005d05206078f5cb6009d4c9f4741ff843511f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Fuhrmann?= Date: Tue, 31 Oct 2023 20:11:25 +0100 Subject: [PATCH] Cap documenter version to "0" (#37) There seem to be breaking changes in Documenter 1.x regarding Documenter.Expanders and code block highlighting in docstrings. This PR proposes to limit the Documenter version to <1.0 as a quick fix until there is time to figure out what has been changed. Alternatively, we could suspend highlighting in docstrings. --- docs/Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Project.toml b/docs/Project.toml index dfa65cd..521e4e1 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,2 +1,5 @@ [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" + +[compat] +Documenter = "0"