Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not build the downloaded site with pelican #22

Closed
alexispetit opened this issue Jan 21, 2018 · 1 comment
Closed

Could not build the downloaded site with pelican #22

alexispetit opened this issue Jan 21, 2018 · 1 comment

Comments

@alexispetit
Copy link

Hello Mosra,

I downloaded your repo and ran "pelican content" on Ubuntu with a fresh virtualenv with python 3.6. I'm running into the following error:

WARNING: Unpatched Pelican <= 3.7.1 detected, monkey-patching for expand_link filter support WARNING: Unpatched Pelican <= 3.7.1 detected, monkey-patching for htmlsanity support /m.css-master/site/content/doxygen.rst:234: (ERROR/3) Unknown interpreted text role "css".
Any idea what's wrong?

The theme looks awesome. I'm very impressed - many thanks for the great work!

Thanks,

@mosra mosra added this to TODO in Project management, marketing, website, docs via automation Jan 22, 2018
@mosra
Copy link
Owner

mosra commented Jan 22, 2018

Hi, thanks for the report!

the first two warnings are just informational and are there because getpelican/pelican#2196 / getpelican/pelican#2260 are not yet integrated to Pelican. Pushing there is appreciated ;)

The error should be fixed in 76d7e1d. The thing is that Pelican somehow caches the the local text roles across files and this can randomly fail if I forget to define that role and the files are processed in a different order. Sorry about that.

Just a note to avoid potential confusion (but I guess you know that already): you don't need to build the site itself in order to use the theme -- it's enough to just use the theme and plugins from your own project (but of course you can build it, it's a good learning resource).

@mosra mosra closed this as completed Jan 22, 2018
Project management, marketing, website, docs automation moved this from TODO to Done Jan 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants