mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-25 06:27:49 +01:00
chore(doc): enforce strict documentation build.
This commit is contained in:
parent
23639e0b65
commit
4df3f2e52f
2 changed files with 4 additions and 3 deletions
|
@ -178,7 +178,7 @@ pages:
|
|||
GIT_DEPTH: 0
|
||||
script:
|
||||
- pip install -r requirements.txt
|
||||
- mkdocs build --verbose --site-dir public
|
||||
- mkdocs build --strict --site-dir public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
|
@ -59,6 +59,7 @@ extra_css:
|
|||
plugins:
|
||||
- search
|
||||
- git-revision-date-localized:
|
||||
enabled: !ENV [ENABLED_GIT_REVISION_DATE, True]
|
||||
enable_creation_date: true
|
||||
fallback_to_build_date: true
|
||||
- minify:
|
||||
|
@ -93,8 +94,8 @@ markdown_extensions:
|
|||
- pymdownx.tilde
|
||||
- pymdownx.details
|
||||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:materialx.emoji.twemoji
|
||||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
- pymdownx.inlinehilite
|
||||
|
|
Loading…
Reference in a new issue