mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
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:
+1
-1
@@ -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 ..
|
||||
|
||||
Reference in New Issue
Block a user