Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
comment out sphinx_bootstrap_theme
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Oct 28, 2016
1 parent 8f5c462 commit 2c85638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import sys
import os
import shlex
import sphinx_bootstrap_theme
# import sphinx_bootstrap_theme

# 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
Expand Down Expand Up @@ -135,7 +135,7 @@

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

# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
Expand Down

0 comments on commit 2c85638

Please sign in to comment.