Skip to content

Commit

Permalink
Reverted "builtin" inaccurate typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
balajipandian committed Dec 4, 2015
1 parent 7998fe1 commit b2850bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
# -- Options for HTML output ---------------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of built in themes.
# a list of builtin themes.
html_theme = 'haiku'

# Theme options are theme-specific and customize the look and feel of a theme
Expand Down Expand Up @@ -117,8 +117,8 @@
html_favicon = 'favicon.ico'

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the built in static files,
# so a file named "default.css" will overwrite the built in "default.css".
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
Expand Down

0 comments on commit b2850bc

Please sign in to comment.