Missing python dependencies on pelican generation
Closed, ResolvedPublic

Description

The generation of Pelican website does not work properly with markdown page.

See this log at the generation:

06:03:48 WARNING: No valid files found in content for the active readers:
06:03:48 | BaseReader (static)
06:03:48 | HTMLReader (htm, html)
06:03:48 | RstReader (rst)
06:03:48 Done: Processed 0 articles, 0 drafts, 0 pages, 0 hidden pages and 0 draft pages in 0.24 seconds.

When everything is available, It should output this:

Done: Processed 4 articles, 0 drafts, 6 pages, 37 hidden pages and 0 draft pages in 1.39 seconds.

I think
python3-markdown is missing (deb package) and this python module: mdx_video (python3 -m pip install mdx_video)

renaudg created this task.Mar 26 2020, 12:31 PM
Restricted Application added a subscriber: sysadmin. · View Herald TranscriptMar 26 2020, 12:31 PM
bcooksley closed this task as Resolved.Mar 27 2020, 8:40 AM
bcooksley claimed this task.
bcooksley added a subscriber: bcooksley.

This has now been done.

I noticed quite a bit of breakage was due to Chrome/Firefox refusing to load resources due to the URLs to them being insecure, which i've now fixed (and as our servers are HTTPS-only this is more efficient anyway, as it avoids a needless redirect)