From a1a6fb2b3edf20a812c4cb418191847cf1fd8eca Mon Sep 17 00:00:00 2001 From: Andrew Gardhouse Date: Tue, 21 Jan 2025 20:56:35 -0500 Subject: [PATCH] SC80132 | Fix ReadTheDocs Build (#73) * Remove navbar_active_link option from theme * Revert semantic-version version * Update python version in .readthedocs.yml * checking setuptools version * revert * Update conf.py * Revert * Update requirements.txt to match docs site that builds without error * Revert requirements.txt change * Upgrade packaging * Update workflows * Bump codecov/codecov-action version * Update tests workflow * Revert changes * Adding test codecov.yml * Revert workflow changes * Revert workflow changes * Trigger CI --------- Co-authored-by: Alex Preciado --- doc/conf.py | 2 -- doc/requirements.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 354bdad..8385bcb 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -136,7 +136,6 @@ "of Google Inc." ], "toc_overview": True, - "navbar_active_link": 3, "google_analytics_tracking_id": "G-C480Z9JL0D" } @@ -153,4 +152,3 @@ #autodoc_default_flags = ['members'] autosummary_generate = True - diff --git a/doc/requirements.txt b/doc/requirements.txt index e8cbdfb..4b09ff1 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -16,7 +16,7 @@ MarkupSafe==2.1.1 networkx==2.8 ninja==1.10.2.3 numpy==1.22.3 -packaging==21.3 +packaging==24.2 pennylane==0.30.0 PennyLane-Lightning==0.30.0 Pygments==2.15.0