|
28 | 28 | # The full version, including alpha/beta/rc tags |
29 | 29 | release = u'0.0.1' |
30 | 30 |
|
31 | | - |
32 | 31 | # -- General configuration --------------------------------------------------- |
33 | 32 |
|
34 | 33 | # If your documentation needs a minimal Sphinx version, state it here. |
|
41 | 40 | extensions = [ |
42 | 41 | 'sphinx.ext.autodoc', |
43 | 42 | 'sphinx_copybutton', |
| 43 | + 'sphinx_design', |
| 44 | + 'sphinx_tabs.tabs' |
44 | 45 | ] |
45 | 46 |
|
46 | 47 | # Add any paths that contain templates here, relative to this directory. |
|
60 | 61 | # |
61 | 62 | # This is also used if you do content translation via gettext catalogs. |
62 | 63 | # Usually you set "language" from the command line for these cases. |
63 | | -language = None |
| 64 | +language = 'en' |
64 | 65 |
|
65 | 66 | # List of patterns, relative to source directory, that match files and |
66 | 67 | # directories to ignore when looking for source files. |
|
70 | 71 | # The name of the Pygments (syntax highlighting) style to use. |
71 | 72 | pygments_style = None |
72 | 73 |
|
73 | | - |
74 | 74 | # -- Options for HTML output ------------------------------------------------- |
75 | 75 |
|
76 | 76 | # The theme to use for HTML and HTML Help pages. See the documentation for |
77 | 77 | # a list of builtin themes. |
78 | 78 | # |
79 | | -html_theme = 'pydata_sphinx_theme' |
| 79 | +html_theme = 'sphinx_rtd_theme' |
80 | 80 |
|
81 | 81 | # Theme options are theme-specific and customize the look and feel of a theme |
82 | 82 | # further. For a list of options available for each theme, see the |
|
105 | 105 | # Output file base name for HTML help builder. |
106 | 106 | htmlhelp_basename = 'Robotontdoc' |
107 | 107 |
|
108 | | - |
109 | 108 | # -- Options for LaTeX output ------------------------------------------------ |
110 | 109 |
|
111 | 110 | latex_elements = { |
|
134 | 133 | u'M', 'manual'), |
135 | 134 | ] |
136 | 135 |
|
137 | | - |
138 | 136 | # -- Options for manual page output ------------------------------------------ |
139 | 137 |
|
140 | 138 | # One entry per manual page. List of tuples |
|
144 | 142 | [author], 1) |
145 | 143 | ] |
146 | 144 |
|
147 | | - |
148 | 145 | # -- Options for Texinfo output ---------------------------------------------- |
149 | 146 |
|
150 | 147 | # Grouping the document tree into Texinfo files. List of tuples |
|
156 | 153 | 'Miscellaneous'), |
157 | 154 | ] |
158 | 155 |
|
159 | | - |
160 | 156 | # -- Options for Epub output ------------------------------------------------- |
161 | 157 |
|
162 | 158 | # Bibliographic Dublin Core info. |
|
174 | 170 | # A list of files that should not be packed into the epub file. |
175 | 171 | epub_exclude_files = ['search.html'] |
176 | 172 |
|
177 | | - |
178 | 173 | # -- Extension configuration ------------------------------------------------- |
0 commit comments