Skip to content

Commit 4eb9004

Browse files
committed
Changed max navigation menu items in RTD docs
1 parent 0912ae9 commit 4eb9004

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

docs/api.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
==========
2-
STUMPY API
3-
==========
1+
=============
2+
API Reference
3+
=============
44

55
Have A Question?
66
================

docs/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
# documentation.
110110
#
111111
html_theme_options = {
112+
"header_links_before_dropdown": 7,
112113
"icon_links": [
113114
{
114115
"name": "GitHub",
@@ -144,7 +145,9 @@
144145
# default: ``['localtoc.html', 'relations.html', 'sourcelink.html',
145146
# 'searchbox.html']``.
146147
#
147-
# html_sidebars = {}
148+
# html_sidebars = {
149+
# "**": []
150+
# }
148151

149152

150153
# -- Options for HTMLHelp output ---------------------------------------------

docs/help.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Help
33
----
44

5-
First, please check the `discussions <https://github.com/stumpy-dev/stumpy/discussions>`__ and `issues <https://github.com/stumpy-dev/stumpy/issues?utf8=%E2%9C%93&q=>`__ on Github to see if your question has already been answered there. If no solution is available there feel free to open a new discussion or issue and the authors will attempt to respond in a reasonably timely fashion.
5+
First, please check the `discussions <https://github.com/stumpy-dev/stumpy/discussions>`__ and `issues <https://github.com/stumpy-dev/stumpy/issues?utf8=%E2%9C%93&q=>`__ on Github to see if your question has already been answered there. If no solution is available there feel free to open a new discussion or issue and the developers will usually respond in a reasonable and timely fashion.

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ STUMPY documentation
77
:caption: Contents:
88

99
background
10-
install
10+
Install <install>
1111
api
1212
tutorials
13-
Contribute.ipynb
13+
Contribute <Contribute.ipynb>
1414
help
1515

1616
.. include:: ../README.rst

0 commit comments

Comments
 (0)