Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,21 @@ If that doesn't work on your system, you can invoke ``sphinx-build`` itself from
The documentation should be located in ``stingray/docs/_build``. Try opening ``./docs/_build/index.rst`` from
the stingray source directory.

**Note:**

If you see the error::

nbsphinx.NotebookError: PandocMissing

It means ``Pandoc`` is missing or not found.

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.
Copy link
Contributor

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.


After installation, restart your code editor and try again.

Using Stingray
===============

Expand Down