You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QC.Doc tests using restructuredtext-lint fail to run and throw error for the following Hackathon example (https://github.com/timofurrer/try)
WARNING try_ibergrid2022_sqaaas/README.rst:24 Cannot analyze code. Pygments package not found.
WARNING try_ibergrid2022_sqaaas/README.rst:43 Cannot analyze code. Pygments package not found.
WARNING try_ibergrid2022_sqaaas/README.rst:50 Cannot analyze code. Pygments package not found.
WARNING try_ibergrid2022_sqaaas/README.rst:56 Cannot analyze code. Pygments package not found.
WARNING try_ibergrid2022_sqaaas/README.rst:62 Cannot analyze code. Pygments package not found.
WARNING try_ibergrid2022_sqaaas/README.rst:69 Cannot analyze code. Pygments package not found.
WARNING try_ibergrid2022_sqaaas/README.rst:76 Cannot analyze code. Pygments package not found.
WARNING try_ibergrid2022_sqaaas/README.rst:84 Cannot analyze code. Pygments package not found.
WARNING try_ibergrid2022_sqaaas/README.rst:94 Cannot analyze code. Pygments package not found.
WARNING try_ibergrid2022_sqaaas/README.rst:107 Cannot analyze code. Pygments package not found.
WARNING try_ibergrid2022_sqaaas/README.rst:115 Cannot analyze code. Pygments package not found.
WARNING try_ibergrid2022_sqaaas/README.rst:123 Cannot analyze code. Pygments package not found.
WARNING try_ibergrid2022_sqaaas/README.rst:142 Cannot analyze code. Pygments package not found.
Checking the error, Pygments is required to run. Seems the restructuredtext-lint does not install it automatically.
Adding "pip install Pygments" to the dockerfile fixes the problem.
The text was updated successfully, but these errors were encountered:
rjdmartins
changed the title
QC.Doc issue: Add Pygments package to restructuredtext-lint
QC.Doc: Pygments package missing for restructuredtext-lint (issue)
Oct 24, 2022
QC.Doc tests using restructuredtext-lint fail to run and throw error for the following Hackathon example (https://github.com/timofurrer/try)
Checking the error, Pygments is required to run. Seems the restructuredtext-lint does not install it automatically.
Adding "pip install Pygments" to the dockerfile fixes the problem.
The text was updated successfully, but these errors were encountered: