Skip to content

Commit

Permalink
🚸 Strict docs building (#47)
Browse files Browse the repository at this point in the history
* 🚸 Strict docs building

* πŸ’š Full fix
  • Loading branch information
falexwolf authored Aug 11, 2023
1 parent 97970b2 commit 50637ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ def docs(session):
else:
session.install(f"{prefix}/lndocs")
# do not simply add instance creation here
session.run("lndocs", "--strip-prefix", "--error-on-index")
session.run("lndocs", "--strip-prefix", "--error-on-index", "--strict")

0 comments on commit 50637ea

Please sign in to comment.