~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to documentation/conf.py

  • Committer: franku
  • Date: 2018-11-27 17:01:42 UTC
  • Revision ID: somal@arcor.de-20181127170142-8qmqkxfiynve9e6m
don't collect static files for the documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
# Add any paths that contain custom static files (such as style sheets) here,
124
124
# relative to this directory. They are copied after the builtin static files,
125
125
# so a file named "default.css" will overwrite the builtin "default.css".
126
 
html_static_path = ['static/']
 
126
html_static_path = ['styles/']
127
127
 
128
128
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
129
129
# using the given strftime format.