Skip to content

Commit

Permalink
Merge pull request #45 from Eric-Arellano/EA/use-gh-pages
Browse files Browse the repository at this point in the history
Use GitHub pages docs site in setup.py
  • Loading branch information
1ucian0 authored Aug 23, 2024
2 parents d6599c4 + 875932f commit 1716621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![License](https://img.shields.io/github/license/Qiskit/qiskit-neko.svg?style=popout-square)](https://opensource.org/licenses/Apache-2.0)

- You can see the full rendered docs at:
<https://qiskit.org/ecosystem/neko>
https://qiskit.github.io/qiskit-neko/


This repository contains integration tests for Qiskit. These tests are used
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
python_requires=">=3.8",
project_urls={
"Bug Tracker": "https://github.com/Qiskit/qiskit-neko/issues",
"Documentation": "https://qiskit.org/ecosystem/neko",
"Documentation": "https://qiskit.github.io/qiskit-neko/",
"Source Code": "https://github.com/Qiskit/qiskit-neko",
},
zip_safe=False,
Expand Down

0 comments on commit 1716621

Please sign in to comment.