Skip to content

Commit

Permalink
Make docs build not strict (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy authored Jan 18, 2024
1 parent 55659b8 commit 054a214
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2023 Valentin Churavy and other contributors
Copyright (c) 2020-2024 Valentin Churavy and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ examples = [title => joinpath("generated", string(name, ".md")) for (title, name

makedocs(;
modules=[MLIR],
authors="Valentin Churavy <[email protected]>",
authors="Valentin Churavy <[email protected]>, and others",
repo="https://github.com/JuliaLabs/MLIR.jl/blob/{commit}{path}#{line}",
sitename="MLIR.jl",
format=Documenter.HTML(;
Expand All @@ -43,7 +43,7 @@ makedocs(;
"API" => "api.md",
],
doctest = true,
strict = true,
strict = false, # due to autogenerated bindings
)

deploydocs(;
Expand Down

0 comments on commit 054a214

Please sign in to comment.