Skip to content
Snippets Groups Projects
Commit df3353ca authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Switch to bootstrap_theme

parent 3b7ceb93
Branches fma
No related merge requests found
Pipeline #17136 failed with stage
in 2 minutes and 36 seconds
...@@ -13,6 +13,8 @@ import os ...@@ -13,6 +13,8 @@ import os
import shutil import shutil
import sys import sys
import sphinx_bootstrap_theme
doctest_global_setup = ''' doctest_global_setup = '''
import pystencils import pystencils
import numpy as np import numpy as np
...@@ -140,9 +142,10 @@ pygments_style = 'sphinx' ...@@ -140,9 +142,10 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for # The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes. # a list of builtin themes.
html_theme = 'alabaster' # html_theme = 'alabaster'
# html_theme = 'sphinx_rtd_theme' #official readthedocs theme used also by Martin # html_theme = 'sphinx_rtd_theme' #official readthedocs theme used also by Martin
html_theme = 'bootstrap'
html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
# Theme options are theme-specific and customize the look and feel of a 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 # further. For a list of options available for each theme, see the
# documentation. # documentation.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment