Skip to content

Commit

Permalink
DOC: Switch to py3doc-enhanced theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Sep 30, 2019
1 parent fb3ba67 commit d4816c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# Use sphinx-quickstart to create your own conf.py file!
# After that, you have to edit a few things. See below.

import sphinx_py3doc_enhanced_theme

# Select nbsphinx and, if needed, other Sphinx extensions:
extensions = [
'nbsphinx',
Expand Down Expand Up @@ -136,6 +138,11 @@
# -- Options for HTML output ----------------------------------------------

html_title = project + ' version ' + release
html_theme = "sphinx_py3doc_enhanced_theme"
html_theme_path = [sphinx_py3doc_enhanced_theme.get_html_theme_path()]
html_theme_options = {
'githuburl': 'https://github.com/spatialaudio/nbsphinx/',
}

# -- Options for LaTeX output ---------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ matplotlib
pandas
sphinxcontrib-bibtex
sphinxcontrib-svg2pdfconverter
sphinx-py3doc-enhanced-theme

0 comments on commit d4816c9

Please sign in to comment.