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.