|
24 | 24 | project = '' |
25 | 25 | copyright = '' |
26 | 26 | author = 'Onni Software Ltd. and its contributors' |
27 | | - |
28 | 27 | # The short X.Y version |
29 | | -version = '0.0.3.2' |
| 28 | +version = '0.0.4' |
30 | 29 | # The full version, including alpha/beta/rc tags |
31 | | -release = '0.0.3.2' |
32 | | - |
| 30 | +release = '0.0.4' |
33 | 31 |
|
34 | 32 | # -- General configuration --------------------------------------------------- |
35 | 33 |
|
|
41 | 39 | # Add any paths that contain templates here, relative to this directory. |
42 | 40 | templates_path = ['_templates'] |
43 | 41 |
|
44 | | -# The suffix(es) of source filenames. |
45 | | -# You can specify multiple suffix as a list of string: |
46 | | -# |
47 | | -# source_suffix = ['.rst', '.md'] |
48 | | -source_suffix = '.rst' |
49 | | - |
50 | 42 | # The master toctree document. |
51 | 43 | master_doc = '' |
52 | 44 |
|
|
70 | 62 | # |
71 | 63 | html_theme = 'alabaster' |
72 | 64 |
|
73 | | -# Theme options are theme-specific and customize the look and feel of a theme |
74 | | -# further. For a list of options available for each theme, see the |
75 | | -# documentation. |
76 | | -# |
77 | | -# html_theme_options = {} |
78 | | - |
79 | 65 | # Add any paths that contain custom static files (such as style sheets) here, |
80 | 66 | # relative to this directory. They are copied after the builtin static files, |
81 | 67 | # so a file named "default.css" will overwrite the builtin "default.css". |
82 | 68 | html_static_path = ['_static'] |
83 | 69 |
|
84 | | -# Custom sidebar templates, must be a dictionary that maps document names |
85 | | -# to template names. |
86 | | -# |
87 | | -# The default sidebars (for documents that don't match any pattern) are |
88 | | -# defined by theme itself. Builtin themes are using these templates by |
89 | | -# default: ``['localtoc.html', 'relations.html', 'sourcelink.html', |
90 | | -# 'searchbox.html']``. |
91 | | -# |
92 | | -# html_sidebars = {} |
93 | | - |
94 | | - |
95 | | -# -- Options for Epub output ------------------------------------------------- |
96 | | - |
97 | | -# Bibliographic Dublin Core info. |
98 | | -epub_title = project |
99 | | - |
100 | | -# The unique identifier of the text. This can be a ISBN number |
101 | | -# or the project homepage. |
102 | | -# |
103 | | -# epub_identifier = '' |
104 | | - |
105 | | -# A unique identification for the text. |
106 | | -# |
107 | | -# epub_uid = '' |
108 | | - |
109 | | -# A list of files that should not be packed into the epub file. |
110 | | -epub_exclude_files = ['search.html'] |
111 | | - |
112 | 70 | # -- Extension configuration ------------------------------------------------- |
113 | 71 | # -- Options for intersphinx extension --------------------------------------- |
114 | 72 |
|
115 | 73 | # Example configuration for intersphinx: refer to the Python standard library. |
116 | 74 | intersphinx_mapping = {'https://docs.python.org/': None} |
117 | | - |
118 | 75 | # TODO: html_theme not configurable upstream |
119 | 76 | html_theme = 'default' |
120 | 77 |
|
|
0 commit comments