~ubuntu-branches/ubuntu/wily/aria2/wily-proposed

« back to all changes in this revision

Viewing changes to doc/manual-src/ru/conf.py.in

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry
  • Date: 2013-05-06 15:03:54 UTC
  • mfrom: (2.5.18 sid)
  • Revision ID: package-import@ubuntu.com-20130506150354-jt3mjk1q1ukmn0go
Tags: 1.17.0-1
* New upstream release.
* debian/control:
  + Set priority to optional from extra (Closes: #697659).

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
 
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
57
 
#language = None
 
57
language = 'ru'
58
58
 
59
59
# There are two options for replacing |today|: either, you set today to some
60
60
# non-false value, then it is used:
96
96
# Theme options are theme-specific and customize the look and feel of a theme
97
97
# further.  For a list of options available for each theme, see the
98
98
# documentation.
99
 
#html_theme_options = {}
 
99
html_theme_options = {'bodyfont':'roboto, sans-serif',
 
100
                      'headfont':'roboto, "Trebuchet MS", sans-serif'}
100
101
 
101
102
# Add any paths that contain custom themes here, relative to this directory.
102
103
#html_theme_path = []
120
121
# Add any paths that contain custom static files (such as style sheets) here,
121
122
# relative to this directory. They are copied after the builtin static files,
122
123
# so a file named "default.css" will overwrite the builtin "default.css".
123
 
html_static_path = ['_static']
 
124
html_static_path = ['@srcdir@/_static/default2.css']
124
125
 
125
126
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
126
127
# using the given strftime format.
213
214
man_pages = [
214
215
    ('aria2c', 'aria2c', u'сверхбыстрая утилита загрузки', [], 1)
215
216
]
 
217
 
 
218
def setup(app):
 
219
    app.add_stylesheet('default2.css')