aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-19 00:44:15 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-19 00:44:15 +0200
commitbfdde7781b3a1bbf320f153edad5ffecab7ca27b (patch)
tree6ef5e745ac0b20a016b1e3d83d9b2ac646750267
parent355c6ad41b3a414e292c838f608be505c7129d99 (diff)
downloadmastodon.py-bfdde7781b3a1bbf320f153edad5ffecab7ca27b.tar.gz
and again
-rw-r--r--docs/conf.py7
-rw-r--r--docs/index.rst5
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#
131html_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#
137html_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
Powered by cgit v1.2.3 (git 2.41.0)