-
Notifications
You must be signed in to change notification settings - Fork 29
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
Prepare 2.0.0rc1 #617
Prepare 2.0.0rc1 #617
Conversation
@@ -172,7 +172,7 @@ The release process changes whether you are releasing the very first `rc1` for t | |||
1. `git checkout main` | |||
2. `git pull upstream main` | |||
3. `git checkout -b release-<version-number>`, e.g. `release-1.11.0rc1` | |||
4. Bump `src/qiskit_sphinx_theme/__init__.py` to use the new version, e.g. https://github.com/Qiskit/qiskit_sphinx_theme/pull/207 | |||
4. Bump `src/qiskit_sphinx_theme/__init__.py` to use the new version, e.g. https://github.com/Qiskit/qiskit_sphinx_theme/pull/596 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The process was simplified. 207 was out-of-date
First, coordinate with the Translations team at https://github.com/qiskit-community/qiskit-translations to express your interest and to coordinate setting up the infrastructure. | ||
Refer to [Sphinx's internationalization guide](https://www.sphinx-doc.org/en/master/usage/advanced/intl.html) for how to build your documentation with different languages. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The internationalization team no longer helps with this
"disable_ecosystem_logo": True, | ||
} | ||
``` | ||
|
||
## Tip: suggested site structure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will eventually be replaced by Qiskit/documentation#1708
Closes #616.
We decided to not change of the option names in 2.0 because it is too disruptive. We also don't remove
disable_ecosystem_logo
, even though it no longer does anything.This PR refreshes the README to better explain how to use the docs with recent changes, such as GitHub Pages rather than qiskit.org.