Skip to content

Commit

Permalink
docs: conf.py tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenisys committed May 26, 2019
1 parent 26a8bc1 commit b16e1a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# DETECT BUILD CONTEXT
# ------------------------------------------------------------------------------
ON_READTHEDOCS = os.environ.get("READTHEDOCS", None) == "True"
USE_SPHINX_INTERNATIONAL = not ON_READTHEDOCS
USE_SPHINX_INTERNATIONAL = True


# ------------------------------------------------------------------------------
Expand Down Expand Up @@ -164,7 +164,6 @@ def setup(app):
# a list of builtin themes.
html_theme = "kr"
html_theme = "bootstrap"

if ON_READTHEDOCS:
html_theme = "default"

Expand Down

0 comments on commit b16e1a2

Please sign in to comment.