Skip to content

Commit

Permalink
New theme and autobuild for makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
smultani committed Feb 21, 2018
1 parent c4349f4 commit b2f51ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,6 @@ dummy:
$(SPHINXBUILD) -b dummy $(ALLSPHINXOPTS) $(BUILDDIR)/dummy
@echo
@echo "Build finished. Dummy builder generates no files."

auto:
sphinx-autobuild $(ALLSPHINXOPTS) $(BUILDDIR)/html
7 changes: 5 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,15 @@

# 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 = {}
html_theme_options = {
'logo_only': True,
'display_version': False,
}

# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []
Expand Down
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ Documentation (below) for detailed information on the objects and methods expose
logging
response-examples
protection-examples

live-response
event-api
changelog
Expand Down

0 comments on commit b2f51ba

Please sign in to comment.