summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index d52df556..65c3359c 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -130,6 +130,9 @@ doctest_global_setup = "import networkx as nx"
html_baseurl = "https://networkx.org/documentation/stable/"
html_theme = "pydata_sphinx_theme"
html_theme_options = {
+ "collapse_navigation": True,
+ "navigation_depth": 3,
+ "show_prev_next": False,
"icon_links": [
{
"name": "GitHub",