Skip to content

Commit

Permalink
updated docs/ theme
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarob96 committed Oct 7, 2019
1 parent 429ff3c commit 9f6b248
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions docs/conf.py
Expand Up @@ -14,6 +14,7 @@
# import sys
# sys.path.insert(0, os.path.abspath('.'))

import sphinx_rtd_theme

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

Expand All @@ -27,6 +28,10 @@

# -- General configuration ---------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.

needs_sphinx = '1.3'

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
Expand All @@ -50,7 +55,10 @@
# 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 themes here, relative to this directory.
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

html_sidebars = {
"**": [
Expand All @@ -60,16 +68,6 @@
]
}

html_theme_options = {
'description': 'Python package to generate stock portfolios.',
'github_user': 'alvarob96',
'github_repo': 'investpy_portfolio',
'github_button': True,
'github_type': 'star',
'github_count': True,
'github_banner': True,
}

# 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,
# so a file named "default.css" will overwrite the builtin "default.css".
Expand Down

0 comments on commit 9f6b248

Please sign in to comment.