Skip to content

Commit

Permalink
SC80132 | Fix ReadTheDocs Build (#73)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
AndrewGardhouse and Alex-Preciado authored Jan 22, 2025
1 parent 9c7ac28 commit a1a6fb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@
"of Google Inc."
],
"toc_overview": True,
"navbar_active_link": 3,
"google_analytics_tracking_id": "G-C480Z9JL0D"
}

Expand All @@ -153,4 +152,3 @@

#autodoc_default_flags = ['members']
autosummary_generate = True

2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1a6fb2

Please sign in to comment.