Skip to content

Commit

Permalink
Set master_doc to index.rst, not contents.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
xhliu committed Jun 30, 2019
1 parent 6a28b3e commit d63d984
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,7 @@
# support solidity
from sphinx.highlighting import lexers
from pygments_lexer_solidity import SolidityLexer
lexers['solidity'] = SolidityLexer()
lexers['solidity'] = SolidityLexer()

# homepage
master_doc = 'index'

0 comments on commit d63d984

Please sign in to comment.