From b688e2f7cf94f12202d3b4ee806455ece7fd5552 Mon Sep 17 00:00:00 2001 From: Kay Robbins <1189050+VisLab@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:08:35 -0500 Subject: [PATCH] Revert "Updated the readthedocs config as required" This reverts commit c442e9e33119cb9ea3b3893cc3811f01847d63c1. --- docs/source/conf.py | 2 +- readthedocs.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 6e1e6ef1..483e040c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -86,7 +86,7 @@ 'vcs_pageview_mode': '', 'style_nav_header_background': 'LightSlateGray', # Toc options - 'collapse_navigation': False, + 'collapse_navigation': True, 'sticky_navigation': True, 'navigation_depth': 4, 'includehidden': True, diff --git a/readthedocs.yml b/readthedocs.yml index f876770a..fefaf854 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -19,3 +19,4 @@ sphinx: python: install: - requirements: docs/requirements.txt + system_packages: true \ No newline at end of file