Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Added sphinx rtd theme
Browse files Browse the repository at this point in the history
  • Loading branch information
constrict0r committed Nov 12, 2018
1 parent c845bbc commit c92362b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

import os
import sys
import guzzle_sphinx_theme
#import guzzle_sphinx_theme

sys.path.insert(0, os.path.abspath('../..'))

Expand Down Expand Up @@ -131,16 +131,17 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme_path = guzzle_sphinx_theme.html_theme_path()
html_theme = 'guzzle_sphinx_theme'
#html_theme_path = guzzle_sphinx_theme.html_theme_path()
#html_theme = 'guzzle_sphinx_theme'
html_theme = "sphinx_rtd_theme"

# Register the theme as an extension to generate a sitemap.xml
extensions.append("guzzle_sphinx_theme")
#extensions.append("guzzle_sphinx_theme")

# Guzzle theme options (see theme.conf for more information)
html_theme_options = {
# Set the name of the project to appear in the sidebar
"project_nav_name": "Project Name",
#"project_nav_name": "Project Name",
}

# Theme options are theme-specific and customize the look and feel of a theme
Expand Down

0 comments on commit c92362b

Please sign in to comment.