Skip to content

Commit 9545c46

Browse files
committed
Pygments
1 parent 469b0b8 commit 9545c46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sphinx.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
pip install Sphinx
2222
pip install sphinxcontrib-inlinesyntaxhighlight
2323
pip install sphinx-sitemap
24+
pip install Pygments
2425
git clone https://github.com/FreeFem/FreeFem-parser-pygments.git ~/pygments
2526
sudo cp ~/pygments/freefem.py /home/runner/.local/lib/python3.12/site-packages/pygments/lexers/
2627
(cd /home/runner/.local/lib/python3.12/site-packages/pygments/lexers/ && sudo python _mapping.py)

0 commit comments

Comments
 (0)