Skip to content

Commit

Permalink
DOC: Switch to insipid theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Sep 3, 2023
1 parent 87d9e2a commit 8f4711a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
'python': ('https://docs.python.org/3/', None),
}

# Don't add .txt suffix to source files:
html_sourcelink_suffix = ''

# List of arguments to be passed to the kernel that executes the notebooks:
nbsphinx_execute_arguments = [
"--InlineBackend.figure_formats={'svg', 'pdf'}",
Expand Down Expand Up @@ -137,6 +134,10 @@

html_favicon = 'favicon.svg'
html_title = project + ' version ' + release
html_theme = 'insipid'
html_permalinks_icon = '#'
# Don't copy source files, show links to Github repository instead
html_copy_source = False

# -- 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
@@ -1,3 +1,4 @@
insipid-sphinx-theme
ipykernel
numpy
matplotlib
Expand Down

0 comments on commit 8f4711a

Please sign in to comment.