fix sample config link that 404s

this link 404s:
  http://docs.openstack.org/developer/keystone/_static/keystone.conf.sample

it can be seen on this page:
  http://docs.openstack.org/developer/keystone/sample_config.html

Change-Id: Ide97caf90659e3bb3511fd629e945c275e522151
This commit is contained in:
Steve Martinelli 2016-02-09 02:30:05 -05:00
parent ec5e5f1707
commit 7df7c3c180
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ man_pages = [
# 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".
#html_static_path = ['images']
html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.