diff --git a/build_mkdocs.sh b/build_mkdocs.sh new file mode 100644 index 00000000..a0954c71 --- /dev/null +++ b/build_mkdocs.sh @@ -0,0 +1,2 @@ +pip install -r requirements-doc.txt +mkdocs build \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 361e3299..92dbc97a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -152,14 +152,6 @@ plugins: post_date_format: yyyy/MM/dd post_url_format: "{date}/{slug}" authors_file: "{blog}/.authors.yml" - - rss: - match_path: writing/posts/.* - date_from_meta: - as_creation: date - categories: - - categories - - tags - enabled: !ENV [CI, false] extra: analytics: provider: google diff --git a/requirements-doc.txt b/requirements-doc.txt index 78d39e9a..4e5da326 100644 --- a/requirements-doc.txt +++ b/requirements-doc.txt @@ -2,5 +2,4 @@ mkdocs-material mkdocs-material[imaging] mkdocstrings mkdocstrings-python -mkdocs-minify-plugin -mkdocs-rss-plugin \ No newline at end of file +mkdocs-minify-plugin \ No newline at end of file