From 38fc5de1546cfc670228a8f71edb62f47beff974 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 19 Feb 2013 23:34:28 +0900 Subject: [PATCH] doc: Specify static file explicitly --- doc/manual-src/en/conf.py.in | 2 +- doc/manual-src/pt/conf.py.in | 2 +- doc/manual-src/ru/conf.py.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual-src/en/conf.py.in b/doc/manual-src/en/conf.py.in index 00df710c..8fc930d5 100644 --- a/doc/manual-src/en/conf.py.in +++ b/doc/manual-src/en/conf.py.in @@ -121,7 +121,7 @@ html_theme_options = {'bodyfont':'roboto, sans-serif', # 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'] +html_static_path = ['_static/default2.css'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. diff --git a/doc/manual-src/pt/conf.py.in b/doc/manual-src/pt/conf.py.in index 034222ce..1d26456d 100644 --- a/doc/manual-src/pt/conf.py.in +++ b/doc/manual-src/pt/conf.py.in @@ -121,7 +121,7 @@ html_short_title = u'Documentação aria2 em Português' # 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'] +html_static_path = ['_static/default2.css'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. diff --git a/doc/manual-src/ru/conf.py.in b/doc/manual-src/ru/conf.py.in index 15f8de0a..e0161336 100644 --- a/doc/manual-src/ru/conf.py.in +++ b/doc/manual-src/ru/conf.py.in @@ -121,7 +121,7 @@ html_theme_options = {'bodyfont':'roboto, sans-serif', # 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'] +html_static_path = ['_static/default2.css'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format.