Skip to content

Commit

Permalink
fix: Disable RSS plugin
Browse files Browse the repository at this point in the history
As of now, the plugin doesn't support submodules. I opened a ticket
on the GitHub project for the plugin:

Guts/mkdocs-rss-plugin#23
  • Loading branch information
Paulo Ribeiro committed Nov 15, 2020
1 parent 2fb578b commit 9832fdf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,12 @@ markdown_extensions:
plugins:
- search
- git-revision-date-localized
# The RSS plugin is disabled because it doesn't support submodules yet,
# see https://github.com/Guts/mkdocs-rss-plugin/issues/23
# - rss:
# image: "https://docs.codacy.com/assets/images/codacy-logo.png"
- monorepo
- markdownextradata
- rss:
image: "https://docs.codacy.com/assets/images/codacy-logo.png"
- redirects:
redirect_maps:
# Redirect legacy Zendesk knowledge base pages
Expand Down

0 comments on commit 9832fdf

Please sign in to comment.