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

Merge qiskit and qiskit-ecosystem theme implementation #583

Merged
merged 2 commits into from
Dec 5, 2023

Conversation

Eric-Arellano
Copy link
Collaborator

The two themes are now equivalent and there is no longer an /ecosystem folder with overrides.

A follow up PR will remove the qiskit theme.

Removes blue color code

This was only used for IBM Provider and IBM Runtime, which both now live at docs.quantum.ibm.com. We never wanted other projects to use the color scheme.

Technically projects can still override their color by changing conf.py, since Furo itself allows that. But we don't advertise it for now.

@@ -42,7 +42,6 @@
"sphinx.ext.autosummary",
"sphinx.ext.mathjax",
"sphinx.ext.viewcode",
"sphinx.ext.extlinks",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We weren't using this extension

@@ -13,19 +13,8 @@

import { expect, test } from "@playwright/test";

import { click } from "./utils";

test("left side bar renders correctly", async ({ page }) => {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I keep this test around for now to make sure the ecosystem theme still works.

Copy link
Member

@frankharkins frankharkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again

@Eric-Arellano Eric-Arellano merged commit 5bca8e3 into Qiskit:main Dec 5, 2023
4 checks passed
@Eric-Arellano Eric-Arellano deleted the EA/merge-themes branch December 5, 2023 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants