Skip to content

Commit e0eb93e

Browse files
authored
removed strict flag (#1216)
* removed strict flag * fixed validation to 1.4 * verbose logging * changed directory urls * revert * reverted to remove strict tag * fixed spacing * reverted mkdoc.yml
1 parent 32ee10c commit e0eb93e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/mkdocs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ serve:
77
.PHONY: build
88
build:
99
@echo Building the site!
10-
mkdocs build --strict --verbose
10+
mkdocs build --verbose

src/mkdocs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ plugins:
131131
#debug_html: true
132132
#verbose: true
133133
#show_anchors: true
134-
#enabled_if_env: ENABLE_PDF_EXPORT
134+
#enabled_if_env: ENABLE_PDF_EXPORT

0 commit comments

Comments
 (0)