Skip to content

Commit

Permalink
chore(docs): remove just-table plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
talha131 committed Dec 2, 2019
1 parent 4e21352 commit f8d7982
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion documentation/pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
PLUGIN_PATHS = ["plugins"]
PLUGINS = [
"extract_toc",
"just_table",
"liquid_tags.img",
"neighbors",
"related_posts",
Expand Down
2 changes: 1 addition & 1 deletion documentation/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def plugins_sync(c):
# --recurse-submodules and --shallow-submodules switches
# Do specify path in --recurse-submodules so that only relevant plugin is downloaded
c.run(
"git clone --jobs 8 --depth 1 --recurse-submodules=just_table --shallow-submodules https://github.com/getpelican/pelican-plugins.git plugins"
"git clone --jobs 8 --depth 1 --shallow-submodules https://github.com/getpelican/pelican-plugins.git plugins"
)


Expand Down

0 comments on commit f8d7982

Please sign in to comment.