diff options
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py index 5b779af1d..163eb12a1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,12 +1,8 @@ import sphinx_bootstrap_theme -import subprocess # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. -# <! RTD Hack > -subprocess.call(["rm", "-rf", "*"]) -# <!/ RTD Hack > # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here. @@ -105,7 +101,7 @@ html_theme = 'bootstrap' # documentation. # html_theme_options = {} html_theme_options = { - 'bootswatch_theme': "united", + 'bootswatch_theme': "journal", } # Add any paths that contain custom themes here, relative to this directory. |