We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4fe77 commit ea1bbd2Copy full SHA for ea1bbd2
.github/workflows/sphinx.yml
@@ -23,7 +23,7 @@ jobs:
23
pip install sphinx-sitemap
24
git clone https://github.com/FreeFem/FreeFem-parser-pygments.git ~/pygments
25
sudo cp ~/pygments/freefem.py /usr/lib/python3/dist-packages/pygments/lexers/
26
- (cd /home/runner/.local/lib/python3.12/site-packages/pygments/lexers/ && sudo python _mapping.py)
+ (cd /usr/lib/python3/dist-packages/pygments/lexers/ && sudo python _mapping.py)
27
sed -i 's/, BaseTranslator//g' /home/runner/.local/lib/python3.12/site-packages/sphinxcontrib/inlinesyntaxhighlight.py
28
sed -i "s/self.highlightlang/'python'/g" /home/runner/.local/lib/python3.12/site-packages/sphinxcontrib/inlinesyntaxhighlight.py
29
0 commit comments