diff options
author | halcy <halcy@ARARAGI-KUN> | 2022-11-19 00:44:15 +0200 |
---|---|---|
committer | halcy <halcy@ARARAGI-KUN> | 2022-11-19 00:44:15 +0200 |
commit | bfdde7781b3a1bbf320f153edad5ffecab7ca27b (patch) | |
tree | 6ef5e745ac0b20a016b1e3d83d9b2ac646750267 | |
parent | 355c6ad41b3a414e292c838f608be505c7129d99 (diff) | |
download | mastodon.py-bfdde7781b3a1bbf320f153edad5ffecab7ca27b.tar.gz |
and again
-rw-r--r-- | docs/conf.py | 7 | ||||
-rw-r--r-- | docs/index.rst | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py index 299f64d..c6fc0fb 100644 --- a/docs/conf.py +++ b/docs/conf.py | |||
@@ -128,16 +128,13 @@ todo_include_todos = False | |||
128 | # The theme to use for HTML and HTML Help pages. See the documentation for | 128 | # The theme to use for HTML and HTML Help pages. See the documentation for |
129 | # a list of builtin themes. | 129 | # a list of builtin themes. |
130 | # | 130 | # |
131 | html_theme = 'sphinx_rtd_theme' | 131 | # html_theme = 'alabaster' |
132 | 132 | ||
133 | # Theme options are theme-specific and customize the look and feel of a theme | 133 | # Theme options are theme-specific and customize the look and feel of a theme |
134 | # further. For a list of options available for each theme, see the | 134 | # further. For a list of options available for each theme, see the |
135 | # documentation. | 135 | # documentation. |
136 | # | 136 | # |
137 | html_theme_options = { | 137 | # html_theme_options = {} |
138 | "collapse_navigation": True, | ||
139 | "navigation_depth": -1 | ||
140 | } | ||
141 | 138 | ||
142 | # Add any paths that contain custom themes here, relative to this directory. | 139 | # Add any paths that contain custom themes here, relative to this directory. |
143 | # html_theme_path = [] | 140 | # html_theme_path = [] |
diff --git a/docs/index.rst b/docs/index.rst index 1351b1a..f1dcacc 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -1413,3 +1413,8 @@ about who helped with which particular feature or fix in the changelog. | |||
1413 | .. _Mastodon: https://github.com/mastodon/mastodon | 1413 | .. _Mastodon: https://github.com/mastodon/mastodon |
1414 | .. _Mastodon flagship instance: https://mastodon.social/ | 1414 | .. _Mastodon flagship instance: https://mastodon.social/ |
1415 | .. _Official Mastodon API docs: https://docs.joinmastodon.org/client/intro/ | 1415 | .. _Official Mastodon API docs: https://docs.joinmastodon.org/client/intro/ |
1416 | |||
1417 | .. toctree:: | ||
1418 | :maxdepth: -1 | ||
1419 | :collapse_navigation: False | ||
1420 | \ No newline at end of file | ||