jbampton opened a new pull request, #22: URL: https://github.com/apache/tooling-docs/pull/22
https://docs.getpelican.com/en/latest/install.html#optional-packages https://pypi.org/project/Markdown/ ## Before this PR: ``` tooling-docs$ pelican content [06:30:25] ERROR Cannot load plugin `toc` > Cannot import plugin `toc` > ERROR Cannot load plugin `spu` > Cannot import plugin `spu` > ERROR Cannot load plugin `gfm` > Cannot import plugin `gfm` > ERROR Cannot load plugin `asfgenid` > Cannot import plugin `asfgenid` > ERROR Cannot load plugin `asfrun` > Cannot import plugin `asfrun` > WARNING pages/data-model.md: Could not import 'markdown.Markdown'. Have you installed the 'markdown' packag> WARNING pages/trusted-release.md: Could not import 'markdown.Markdown'. Have you installed the 'markdown' p> WARNING pages/agenda-tool.md: Could not import 'markdown.Markdown'. Have you installed the 'markdown' packa> WARNING pages/index.md: Could not import 'markdown.Markdown'. Have you installed the 'markdown' package? > WARNING pages/team.md: Could not import 'markdown.Markdown'. Have you installed the 'markdown' package? > WARNING pages/platform.md: Could not import 'markdown.Markdown'. Have you installed the 'markdown' package?> WARNING pages/volunteer.md: Could not import 'markdown.Markdown'. Have you installed the 'markdown' package> Done: Processed 0 articles, 0 drafts, 0 hidden articles, 0 pages, 0 hidden pages and 0 draft pages in 0.03 seconds. ``` ## After adding the missing package ``` tooling-docs$ pelican content [06:32:56] ERROR Cannot load plugin `toc` > Cannot import plugin `toc` > ERROR Cannot load plugin `spu` > Cannot import plugin `spu` > ERROR Cannot load plugin `gfm` > Cannot import plugin `gfm` > ERROR Cannot load plugin `asfgenid` > Cannot import plugin `asfgenid` > ERROR Cannot load plugin `asfrun` > Cannot import plugin `asfrun` > Done: Processed 0 articles, 0 drafts, 0 hidden articles, 7 pages, 0 hidden pages and 0 draft pages in 0.07 seconds. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
