diff options
author | Noel Maersk <veox@users.noreply.github.com> | 2018-05-23 21:53:10 +0800 |
---|---|---|
committer | Noel Maersk <veox@users.noreply.github.com> | 2018-05-23 21:56:51 +0800 |
commit | 7acf5d524431a881b4613759e11244e598b70205 (patch) | |
tree | 049780019d1ef5e3e051194bb22dae225d575d44 /docs/requirements.txt | |
parent | 230bca37c32e5e6603bc2c25a0cff7d8d4fb0d85 (diff) | |
download | dexon-solidity-7acf5d524431a881b4613759e11244e598b70205.tar.gz dexon-solidity-7acf5d524431a881b4613759e11244e598b70205.tar.zst dexon-solidity-7acf5d524431a881b4613759e11244e598b70205.zip |
docs: use SolidityLexer from pygments_lexer_solidity package.
Diffstat (limited to 'docs/requirements.txt')
-rw-r--r-- | docs/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt index 0607b1ef..30af17ab 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1,2 @@ sphinx_rtd_theme>=0.3.1 +pygments-lexer-solidity>=0.2 |