From 054a21481e6e7601b7fff2e5118b0ff611309954 Mon Sep 17 00:00:00 2001 From: Valentin Churavy Date: Thu, 18 Jan 2024 14:12:59 -0500 Subject: [PATCH] Make docs build not strict (#45) --- LICENSE | 2 +- docs/make.jl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index d427b5d5..43d102e6 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/docs/make.jl b/docs/make.jl index 23eb3041..9489ca15 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -24,7 +24,7 @@ examples = [title => joinpath("generated", string(name, ".md")) for (title, name makedocs(; modules=[MLIR], - authors="Valentin Churavy ", + authors="Valentin Churavy , and others", repo="https://github.com/JuliaLabs/MLIR.jl/blob/{commit}{path}#{line}", sitename="MLIR.jl", format=Documenter.HTML(; @@ -43,7 +43,7 @@ makedocs(; "API" => "api.md", ], doctest = true, - strict = true, + strict = false, # due to autogenerated bindings ) deploydocs(;