Skip to content

Commit

Permalink
Fixing navigation titles
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqwang committed Jan 26, 2022
1 parent dd7f2f3 commit a56232c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def setup(app):
# Material theme options (see theme.conf for more information)
html_theme_options = {
# Set the name of the project to appear in the navigation.
"nav_title": "Runtime Stack for Object Detection",
"nav_title": "YOLOv5 Runtime Stack",
# Set you GA account ID to enable tracking
# "google_analytics_account": "UA-XXXXX",
# Specify a base_url used to generate sitemap.xml. If not
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ And we support loading the trained weights from YOLOv5:
.. toctree::
:maxdepth: 2
:titlesonly:
:hidden:

installation
notebooks/inference-pytorch-export-libtorch
Expand All @@ -83,6 +82,7 @@ And we support loading the trained weights from YOLOv5:

.. toctree::
:maxdepth: 2
:titlesonly:
:caption: API Reference

models
Expand Down

0 comments on commit a56232c

Please sign in to comment.