Merge pull request #11662 from ethereum/docs-fix-highlighting-and-upgrade-pygments

[Docs] Fix highlighting and always use latest packages
This commit is contained in:
chriseth
2021-07-29 11:29:38 +02:00
committed by GitHub
24 changed files with 115 additions and 93 deletions
+1 -1
View File
@@ -28,6 +28,6 @@
set -e
cd docs
pip3 install -r requirements.txt
pip3 install -r requirements.txt --upgrade --upgrade-strategy eager
sphinx-build -nW -b html -d _build/doctrees . _build/html
cd ..