|
37 | 37 | # Add any Sphinx extension module names here, as strings. They can be |
38 | 38 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
39 | 39 | # ones. |
40 | | -extensions = [] |
| 40 | +extensions = ["sphinx_tabs.tabs"] |
| 41 | + |
| 42 | +suppress_warnings = ["ref.ref"] |
41 | 43 |
|
42 | 44 | # Add any paths that contain templates here, relative to this directory. |
43 | 45 | templates_path = ["_templates"] |
|
55 | 57 | # |
56 | 58 | # This is also used if you do content translation via gettext catalogs. |
57 | 59 | # Usually you set "language" from the command line for these cases. |
58 | | -language = None |
| 60 | +language = "en" |
59 | 61 |
|
60 | 62 | # List of patterns, relative to source directory, that match files and |
61 | 63 | # directories to ignore when looking for source files. |
62 | 64 | # This pattern also affects html_static_path and html_extra_path. |
63 | | -exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] |
| 65 | +exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "resources/README.md"] |
64 | 66 |
|
65 | 67 | # The name of the Pygments (syntax highlighting) style to use. |
66 | 68 | pygments_style = None |
|
82 | 84 | # Add any paths that contain custom static files (such as style sheets) here, |
83 | 85 | # relative to this directory. They are copied after the builtin static files, |
84 | 86 | # so a file named "default.css" will overwrite the builtin "default.css". |
85 | | -html_static_path = ["_static"] |
| 87 | +# html_static_path = ["_static"] |
86 | 88 |
|
87 | 89 | # Custom sidebar templates, must be a dictionary that maps document names |
88 | 90 | # to template names. |
|
0 commit comments