There was an error while loading. Please reload this page.
1 parent f30c394 commit a3a071aCopy full SHA for a3a071a
2 files changed
docs/Project.toml
@@ -7,6 +7,6 @@ MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
7
8
[compat]
9
Documenter = "1"
10
-DocumenterCodeBlocks = "1"
+DocumenterCodeBlocks = "1.3"
11
JSON = "1"
12
JSONSchema = "1"
docs/make.jl
@@ -170,7 +170,7 @@ Documenter.DocMeta.setdocmeta!(
170
checkdocs = :exports,
171
doctest = _FIX ? :fix : true,
172
pages = _PAGES,
173
- plugins = [DocumenterCodeBlocks.CodeBlocks()],
+ plugins = [DocumenterCodeBlocks.CodeBlocks(; line_counter = :named)],
174
)
175
176
# ==============================================================================
0 commit comments