Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refer to IBM docs (backport #10640) #10681

Merged
merged 1 commit into from
Aug 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/_static/images/1xp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,12 @@
html_favicon = "images/favicon.ico"
html_last_updated_fmt = "%Y/%m/%d"
html_context = {
"analytics_enabled": bool(os.getenv("QISKIT_ENABLE_ANALYTICS", ""))
} # enable segment analytics for qiskit.org/documentation
# Enable segment analytics for qiskit.org/documentation
"analytics_enabled": bool(os.getenv("QISKIT_ENABLE_ANALYTICS", "")),
"theme_announcement": "🎉 Qiskit is getting a new documentation experience on IBM Quantum!",
"announcement_url": "https://docs.quantum-computing.ibm.com/",
"announcement_url_text": "Check it out",
}
html_static_path = ["_static"]

# ----------------------------------------------------------------------------------
Expand Down
5 changes: 5 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ area of interest; Qiskit allows one to easily design experiments and application
them on real quantum computers or classical simulators. Qiskit is already in use
around the world by beginners, hobbyists, educators, researchers, and commercial companies.

.. qiskit-card::
:header: Qiskit is getting a new documentation experience →
:card_description: We are reorganizing Qiskit documentation on IBM Quantum to better support your research and development workflows.
:image: _static/images/1xp.png
:link: https://docs.quantum-computing.ibm.com/

.. qiskit-call-to-action-grid::

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ddt>=1.2.0,!=1.4.0,!=1.4.3
# themselves. These are the requirements that are _only_ required for the docs
# build, and are not used by Terra itself.
Sphinx>=6.0,<7.2
qiskit-sphinx-theme~=1.14.0
qiskit-sphinx-theme~=1.15.0
sphinx-design>=0.2.0
nbsphinx~=0.9.2
nbconvert~=7.7.1
Expand Down