"'furo_pygments is undefined'" #293
-
Dear @pradyunsg, First of all, thanks for this amazing theme. My problem is the following :
Do you have any idea what could go wrong ? P.s : I read all previous issues related to Pygments but none of them seemed to work. Thank you very much for your time ! Elliot. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 13 replies
-
Hi there! |
Beta Was this translation helpful? Give feedback.
-
I still don't have any way to reproduce this error. If someone could share step-by-step instructions for how to reproduce this, that would be ideal! :) |
Beta Was this translation helpful? Give feedback.
-
So, based on the discussions here, it seems like this happens when you try to copy Furo's templates into your Sphinx documentation and try to use it from there. That won't work -- Furo is meant to be used as a Python package, installed within the same environment as Sphinx. Please |
Beta Was this translation helpful? Give feedback.
-
But how can I customize it without injecting css and js? In a way, if I fork it, and then I want to customize it, the local environment just doesn't work. I am not able to even build.
- Amit
…________________________________
From: Pradyun Gedam ***@***.***>
Sent: Saturday, December 11, 2021 10:30:55 PM
To: pradyunsg/furo ***@***.***>
Cc: kapooramit ***@***.***>; Mention ***@***.***>
Subject: Re: [pradyunsg/furo] "'furo_pygments is undefined'" (Discussion #293)
So, based on the discussions here, it seems like this happens when you try to copy Furo's templates into your Sphinx documentation and try to use it from there.
That won't work -- Furo is meant to be used as a Python package, installed within the same environment as Sphinx. Please pip install furo to install it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#293 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABCBZCDOOP34DQHSFJ4FTTDUQN7UPANCNFSM5HNIRZQA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
So, based on the discussions here, it seems like this happens when you try to copy Furo's templates into your Sphinx documentation and try to use it from there.
That won't work -- Furo is meant to be used as a Python package, installed within the same environment as Sphinx. Please
pip install furo
to install it.