Skip to content

Commit

Permalink
Use readthedocs theme
Browse files Browse the repository at this point in the history
  • Loading branch information
munshkr committed Oct 7, 2019
1 parent 59ace70 commit e2c0589
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@

# 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
# documentation.
html_theme_options = {'sidebar_width': '300px', 'page_width': '1200px'}
#html_theme_options = {'sidebar_width': '300px', 'page_width': '1200px'}

# Add any paths that contain custom themes here, relative to this directory.
# html_theme_path = []
Expand Down
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
pre-commit==1.18.3
rope==0.14.0
yapf==0.28.0
sphinx==2.2.0
sphinx==1.8.5
sphinx_rtd_theme==0.4.3

0 comments on commit e2c0589

Please sign in to comment.