We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469b0b8 commit 9545c46Copy full SHA for 9545c46
.github/workflows/sphinx.yml
@@ -21,6 +21,7 @@ jobs:
21
pip install Sphinx
22
pip install sphinxcontrib-inlinesyntaxhighlight
23
pip install sphinx-sitemap
24
+ pip install Pygments
25
git clone https://github.com/FreeFem/FreeFem-parser-pygments.git ~/pygments
26
sudo cp ~/pygments/freefem.py /home/runner/.local/lib/python3.12/site-packages/pygments/lexers/
27
(cd /home/runner/.local/lib/python3.12/site-packages/pygments/lexers/ && sudo python _mapping.py)
0 commit comments