Skip to content

Commit

Permalink
Change theme and adjust indexing behaviors
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Bollay committed Mar 27, 2018
1 parent b0b4bc0 commit dda656e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,12 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'classic'

import sphinx_rtd_theme

html_theme = "sphinx_rtd_theme"

html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# 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 Expand Up @@ -200,3 +204,6 @@

# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True


cpp_index_common_prefix = ['Qrack', 'Qrack::CoherentUnit', 'Qrack::Complex16Simd']

0 comments on commit dda656e

Please sign in to comment.