docs/conf.py: Remove unused /utils directory from python path

This commit is contained in:
Kamil Śliwak 2021-07-15 13:10:04 +02:00
parent 90f77f8c1f
commit d4a86b2b10

View File

@ -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)