Skip to content

Commit

Permalink
Revert "docs: fix pre-existing deprecation warnings (For Sphinx 4)."
Browse files Browse the repository at this point in the history
This reverts commit 3c48695.

CI still fails...
  • Loading branch information
veox committed Apr 26, 2020
1 parent f02f636 commit 2216da2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
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)
sphinx.add_lexer('Solidity', SolidityLexer())
sphinx.add_lexer('Yul', YulLexer())

sphinx.add_css_file('css/custom.css')
sphinx.add_stylesheet('css/custom.css')

# -- General configuration ------------------------------------------------

Expand Down

0 comments on commit 2216da2

Please sign in to comment.