We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9545c46 commit 9f4fe77Copy full SHA for 9f4fe77
.github/workflows/sphinx.yml
@@ -21,9 +21,8 @@ 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/
+ sudo cp ~/pygments/freefem.py /usr/lib/python3/dist-packages/pygments/lexers/
27
(cd /home/runner/.local/lib/python3.12/site-packages/pygments/lexers/ && sudo python _mapping.py)
28
sed -i 's/, BaseTranslator//g' /home/runner/.local/lib/python3.12/site-packages/sphinxcontrib/inlinesyntaxhighlight.py
29
sed -i "s/self.highlightlang/'python'/g" /home/runner/.local/lib/python3.12/site-packages/sphinxcontrib/inlinesyntaxhighlight.py
0 commit comments