Skip to content

Commit

Permalink
Only build sidebar to depth 1
Browse files Browse the repository at this point in the history
Only include the module names in the sidebar, which avoids creating
a massive sidebar and which messes with in-page search results
  • Loading branch information
nyalldawson committed Aug 27, 2024
1 parent 0fa535d commit 51d3991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf.in.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"titles_only": True,
"versioning": True,
"canonical_url": "https://qgis.org/pyqgis/latest",
"navigation_depth": 1,
}

# Add any paths that contain custom themes here, relative to this directory.
Expand Down

0 comments on commit 51d3991

Please sign in to comment.