-
Notifications
You must be signed in to change notification settings - Fork 144
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
[BUG] Pandoc installation missing in documentation build page #2467
Comments
I think a simple fix would be to add pandoc as a dependency in the developer/documentation install options in the |
@baraline Sorry for not mentioning this in the original issue, but I had to fix it using It might be just for my system, I'm not sure though. I have mentioned the error logs in the original message, however, if you want, I can try rebuilding the docs in a different system and provide logs. |
That would be great if you could, so we can know if it is OS related or not |
So I tried following the installation and documentation build steps on a fresh installation of Ubuntu (latest stable) (on wsl2) and I got the same error:
I ran the following commands (in order): python3 -m venv venv pip install --editable .[dev] pip install --editable .[docs] cd docs make html After doing a bit of research, it turns out Finally, I tried installing
This resulted in a successful build, and I was able to view all the build files. |
Describe the issue
While following the Developer's guide for building documentation, after running the command
make html
, it gives the following error:Which suggests Pandoc is missing
Suggest a potential alternative/fix
Simply installing pandoc worked on my system.
A simple note regarding this in the Developer's guide for building documentation should work, but I believe there can be better solutions.
Additional context
I would be happy to work on this issue.
The text was updated successfully, but these errors were encountered: