-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
VCS: remove code for old VCS support #11377
Conversation
This PR removes the code for old VCS support. Besides, it touches the documentation slightly to remove mentions to particular VCS (Mercurial, Bazaar, SVN). However, it doesn't re-write all parts of the documentation where we are using "VCS" in a generic way. There should be another PR that re-phrase those senteces to mention Git directly. Related: * #11147 * #8840 * https://about.readthedocs.com/blog/2024/02/drop-support-for-subversion-mercurial-bazaar/
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.
Exciting. We should probably do a major release when we remove this code, and note it in the release notes.
|
||
Contributing | ||
------------ | ||
|
||
You can find information about contributing to Read the Docs at our `Contribution page <https://docs.readthedocs.io/en/latest/contribute.html>`_. | ||
You can find information about contributing to Read the Docs at our | ||
`Contribution page <https://docs.readthedocs.io/en/latest/contribute.html>`_. | ||
|
||
Quickstart for GitHub hosted projects |
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 should probably just link to the tutorial :)
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.
I'm not sure to follow you here. Do you mean removing the Contributing section completely and replace it by another one talking about the Read the Docs tutorial?
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 quickstart section.
Co-authored-by: Eric Holscher <[email protected]>
@@ -47,7 +47,7 @@ class DockerBaseSettings(CommunityBaseSettings): | |||
HOSTIP = ips[0][:-1] + "1" | |||
|
|||
# Turn this on to test ads | |||
USE_PROMOS = False | |||
USE_PROMOS = True |
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 should be reverted. It was a mistake 😓
I introduced this by mistake in #11377. I'm reverting this change.
I introduced this by mistake in #11377. I'm reverting this change.
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
This PR removes the code for old VCS support. Besides, it touches the documentation slightly to remove mentions to particular VCS (Mercurial, Bazaar, SVN). However, it doesn't re-write all parts of the documentation where we are using "VCS" in a generic way. There should be another PR that re-phrase those senteces to mention Git directly.
Related:
📚 Documentation previews 📚
docs
): https://docs--11377.org.readthedocs.build/en/11377/dev
): https://dev--11377.org.readthedocs.build/en/11377/