diff options
| author | Joe Heck <heckj@mac.com> | 2012-01-30 19:53:08 +0000 |
|---|---|---|
| committer | Joe Heck <heckj@mac.com> | 2012-01-30 19:53:08 +0000 |
| commit | 9d7d898586566cf2f7c21846961f67a773c2ee6c (patch) | |
| tree | da74e3c0b68836d85a8196173fac87f238a1c6f3 /docs/source | |
| parent | d1f4ddcb81d470401f5b6c80b66ac9649e3c224e (diff) | |
shifting contents from _static to static
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/conf.py | 2 | ||||
| -rw-r--r-- | docs/source/static/basic.css (renamed from docs/source/_static/basic.css) | 0 | ||||
| -rw-r--r-- | docs/source/static/default.css (renamed from docs/source/_static/default.css) | 0 | ||||
| -rw-r--r-- | docs/source/static/jquery.tweet.js (renamed from docs/source/_static/jquery.tweet.js) | 0 | ||||
| -rw-r--r-- | docs/source/static/tweaks.css (renamed from docs/source/_static/tweaks.css) | 0 |
5 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 63515726..edae0b8a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -144,7 +144,7 @@ html_theme = '_theme' # 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 = ['_static', 'images'] +html_static_path = ['static', 'images'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. diff --git a/docs/source/_static/basic.css b/docs/source/static/basic.css index d909ce37..d909ce37 100644 --- a/docs/source/_static/basic.css +++ b/docs/source/static/basic.css diff --git a/docs/source/_static/default.css b/docs/source/static/default.css index c8091ecb..c8091ecb 100644 --- a/docs/source/_static/default.css +++ b/docs/source/static/default.css diff --git a/docs/source/_static/jquery.tweet.js b/docs/source/static/jquery.tweet.js index c93fea87..c93fea87 100644 --- a/docs/source/_static/jquery.tweet.js +++ b/docs/source/static/jquery.tweet.js diff --git a/docs/source/_static/tweaks.css b/docs/source/static/tweaks.css index 16cd6e76..16cd6e76 100644 --- a/docs/source/_static/tweaks.css +++ b/docs/source/static/tweaks.css |
