Skip to content

Commit

Permalink
Merge pull request #216 from koralium/215_rtd_theme
Browse files Browse the repository at this point in the history
Changed to read the docs theme
  • Loading branch information
Ulimo committed Mar 7, 2021
2 parents ca63124 + 112db3f commit a6b0c01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file added docs/requirements.txt
Binary file not shown.
5 changes: 4 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
# import sys
# sys.path.insert(0, os.path.abspath('.'))

import sphinx_rtd_theme


# -- Project information -----------------------------------------------------

Expand All @@ -28,6 +30,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"sphinx_rtd_theme"
]

# Add any paths that contain templates here, relative to this directory.
Expand All @@ -44,7 +47,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'
html_theme = 'sphinx_rtd_theme'

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down

0 comments on commit a6b0c01

Please sign in to comment.