From 50f165b791e4f8c66246f68c6a964449802c0df0 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Sat, 20 Apr 2024 17:07:39 +0900 Subject: [PATCH] Adding mkdocs-video --- wiki-rtd/mkdocs.yml | 10 ++++++---- wiki-rtd/requirements.txt | 3 ++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/wiki-rtd/mkdocs.yml b/wiki-rtd/mkdocs.yml index 57d115f..2ebb5b9 100644 --- a/wiki-rtd/mkdocs.yml +++ b/wiki-rtd/mkdocs.yml @@ -21,10 +21,12 @@ theme: - stylesheets/extra.css plugins: - search: -# - mkdocs-video: -# is_video: True -# video_muted: True -# video_controls: True + - mkdocs-video: + is_video: True +# video_muted: True + video_controls: True +# css_style: +# width: "50%" - rss: match_path: blog/posts/.* date_from_meta: diff --git a/wiki-rtd/requirements.txt b/wiki-rtd/requirements.txt index eeadabd..4f3e547 100644 --- a/wiki-rtd/requirements.txt +++ b/wiki-rtd/requirements.txt @@ -1,2 +1,3 @@ mkdocs-material -mkdocs-rss-plugin \ No newline at end of file +mkdocs-rss-plugin +mkdocs-video \ No newline at end of file