|
38 | 38 | "sphinx.ext.autosectionlabel", |
39 | 39 | "nbsphinx", |
40 | 40 | ] |
41 | | - |
| 41 | +suppress_warnings = ["autosectionlabel.*"] |
42 | 42 | # Add any paths that contain templates here, relative to this directory. |
43 | 43 | templates_path = ["_templates"] |
44 | 44 |
|
|
53 | 53 |
|
54 | 54 | # General information about the project. |
55 | 55 | project = "yt_xarray" |
56 | | -copyright = "2022, Chris Havlin" |
| 56 | +copyright = "2024, Chris Havlin" |
57 | 57 | author = "Chris Havlin" |
58 | 58 |
|
59 | 59 | # The version info for the project you're documenting, acts as replacement |
|
70 | 70 | # |
71 | 71 | # This is also used if you do content translation via gettext catalogs. |
72 | 72 | # Usually you set "language" from the command line for these cases. |
73 | | -language = None |
| 73 | +language = "en" |
| 74 | + |
| 75 | +toc_object_entries_show_parents = "hide" |
74 | 76 |
|
75 | 77 | # List of patterns, relative to source directory, that match files and |
76 | 78 | # directories to ignore when looking for source files. |
|
95 | 97 | # theme further. For a list of options available for each theme, see the |
96 | 98 | # documentation. |
97 | 99 | # |
98 | | -# html_theme_options = {} |
| 100 | +html_theme_options = { |
| 101 | + "fixed_sidebar": True, |
| 102 | + "github_button": True, |
| 103 | + "github_user": "data-exp-lab", |
| 104 | + "github_repo": "yt_xarray", |
| 105 | + "github_count": False, |
| 106 | + "github_type": "no-text", |
| 107 | +} |
99 | 108 |
|
100 | 109 | # Add any paths that contain custom static files (such as style sheets) here, |
101 | 110 | # relative to this directory. They are copied after the builtin static files, |
|
0 commit comments