Skip to content

Commit 43cbac3

Browse files
committed
fix documentation site name
1 parent 1b986be commit 43cbac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Documenter.makedocs(;
99
modules = Module[CodingTheory],
1010
repo = "",
1111
highlightsig = true,
12-
sitename = "Coding Theory Documentation",
12+
sitename = "CodingTheory.jl",
1313
expandfirst = [],
1414
warnonly = [:missing_docs],
1515
pages = ["Introduction" => "index.md",

0 commit comments

Comments
 (0)