Skip to content

Commit

Permalink
Adds missing m2r requirement for sphinx
Browse files Browse the repository at this point in the history
Also loads the default readthedocs blue theme.
  • Loading branch information
AndreMiras committed Mar 13, 2019
1 parent af2c7f2 commit 4ef84d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'
html_theme = 'sphinx_rtd_theme'

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
m2r==0.2.1
sphinx_rtd_theme==0.4.3
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ https://github.com/corpetty/py-etherscan-api/archive/18ee101.zip#egg=py-ethersca
requests-cache==0.4.13
rlp==1.0.3
web3==4.8.1
m2r==0.2.1

0 comments on commit 4ef84d0

Please sign in to comment.