Skip to content

Commit 807aa0c

Browse files
committed
disable doctests in example
1 parent 36b84c1 commit 807aa0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/cppdoc.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ path = "docs"
1616
base_url = "/cppdoc"
1717

1818
[doctests]
19-
enable = true
19+
enable = false
2020
run = true
2121
compiler_invocation = ["clang++", "{file}", "-o", "{out}", "-Iinclude", "-std=c++20"]

0 commit comments

Comments
 (0)