-
Notifications
You must be signed in to change notification settings - Fork 170
Fix pandoc missing error in nbsphinix setup #895
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
base: main
Are you sure you want to change the base?
Conversation
|
can u mention which issue this pr addresses? |
|
I found this issue while I was making docs following the setup guides then
resolved it for my computer then thought it would be good to write it down
…On Mon, 3 Mar 2025, 20:18 Ankit Khushwaha, ***@***.***> wrote:
can u mention which issue this pr addresses?
—
Reply to this email directly, view it on GitHub
<#895 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BEWH4H222RGSWTNAJHOLKP32SRTUZAVCNFSM6AAAAABYHETZM2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOJUGY2DSNRVHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: ankitkhushwaha]*ankitkhushwaha* left a comment
(StingraySoftware/stingray#895)
<#895 (comment)>
can u mention which issue this pr addresses?
—
Reply to this email directly, view it on GitHub
<#895 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BEWH4H222RGSWTNAJHOLKP32SRTUZAVCNFSM6AAAAABYHETZM2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOJUGY2DSNRVHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
@matteobachetti may give better review for this. |
|
@kashish2210 thanks for your PR. However, pandoc is among the required dependencies to build the documentation, so this should never happen, and I don't think |
|
@matteobachetti Thank you for your feedback and clarification regarding the required dependencies. You're absolutely right— I've now updated the documentation in |
| Solution: | ||
|
|
||
| + Install Pandoc from `pandoc.org <https://pandoc.org>`_ or `GitHub Releases <https://github.com/jgm/pandoc/releases/>`_. | ||
| + Ensure Pandoc is in your system's PATH. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think this is os(Window) specific , in linux we dont used to setup this.
Update Documentation to Fix
PandocMissingErrorDescription
This PR updates
docs/index.rstto include instructions for resolving thenbsphinx.NotebookError: PandocMissingerror.Changes Made
docs/index.rstfor missing Pandoc issues.Checklist
preview
Notes
Let me know if any refinements are needed!