Skip to content

Commit 03afa4e

Browse files
committed
refactor: stop turning warnings into errors when serving the documentation locally
1 parent 783d68b commit 03afa4e

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

changelog.d/+d748f33c.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Stop turning warnings into errors when serving the documentation locally.

template/{% if tasks == 'nox' %}noxfile.py{% endif %}.jinja

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ def autodocs(session: nox.Session) -> None:
138138
session.run(
139139
"mkdocs",
140140
"serve",
141-
"--strict",
142141
"--open",
143142
*session.posargs,
144143
)

template/{% if tasks == 'tox' %}tox.toml{% endif %}.jinja

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ commands = [
118118
[
119119
"mkdocs",
120120
"serve",
121-
"--strict",
122121
"--open",
123122
{ replace = "posargs", extend = true },
124123
],

0 commit comments

Comments
 (0)