mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
docs/conf.py: Remove unused /utils directory from python path
This commit is contained in:
parent
90f77f8c1f
commit
d4a86b2b10
@ -24,8 +24,6 @@ from pygments_lexer_solidity import SolidityLexer, YulLexer
|
||||
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||
|
||||
def setup(sphinx):
|
||||
thisdir = os.path.dirname(os.path.realpath(__file__))
|
||||
sys.path.insert(0, thisdir + '/utils')
|
||||
sphinx.add_lexer('Solidity', SolidityLexer)
|
||||
sphinx.add_lexer('Yul', YulLexer)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user