Skip to content

Commit

Permalink
Changed documentation style to bizstyle
Browse files Browse the repository at this point in the history
This style is shipped with most sphinx
installations and thus does not introduce
additional dependencies.

Update #110
  • Loading branch information
eugenwintersberger committed Jan 4, 2018
1 parent 935ec4e commit 6252dbd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/source/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ extensions = [
'sphinx.ext.ifconfig',
]

import sphinx_rtd_theme

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down Expand Up @@ -125,7 +123,7 @@ todo_include_todos = True
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'sphinx_rtd_theme'
html_theme = 'bizstyle'

# 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 All @@ -134,7 +132,7 @@ html_theme = 'sphinx_rtd_theme'
# html_theme_options = {}

# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
#html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
Expand Down

0 comments on commit 6252dbd

Please sign in to comment.