Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Update warning header
Browse files Browse the repository at this point in the history
  • Loading branch information
mlxd committed Feb 5, 2024
1 parent f4227ba commit fc1ec79
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ python:
install:
- requirements: ci_build_requirements.txt
- requirements: doc/requirements.txt
- requirements: requirements-dev.txt
- requirements: requirements.txt
- method: pip
path: .

Expand Down
10 changes: 10 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@ def __getattr__(cls, name):
),
}


rst_prolog = """.. attention::
❗ Warning
The PennyLaneAI organization has archived this repository, which is a snapshot of PennyLane-Lightning-GPU v0.32.
This backend was integrated into `PennyLane-Lightning <https://github.com/PennyLaneAI/pennylane-lightning>`_ where its development continues.
We direct users and developers to `PennyLane-Lightning <https://github.com/PennyLaneAI/pennylane-lightning>`_ to report `issues <https://github.com/PennyLaneAI/pennylane-lightning/issues>`_, make `pull requests <https://github.com/PennyLaneAI/pennylane-lightning/pulls>`_, etc.
"""



# Add any paths that contain templates here, relative to this directory.
from pennylane_sphinx_theme import templates_dir
templates_path = [templates_dir()]
Expand Down

0 comments on commit fc1ec79

Please sign in to comment.