-
Notifications
You must be signed in to change notification settings - Fork 6k
Doc fixes #3010
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
Doc fixes #3010
Conversation
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.
Hey! Looks like you edited README.rst or README_RAW.rst. I'm just a friendly reminder to apply relevant changes to both of those files :)
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.
Hey there. Relax, I am just a little warning for the maintainers to release directly after merging your PR, otherwise we have broken examples and people might get confused :)
# Conflicts: # README.rst # README_RAW.rst # docs/source/telegram.ext.rst # examples/README.md # telegram/_bot.py # telegram/ext/_jobqueue.py
also fix some shortcuts + formatting
|
I just noticed that after #3035, parameter referencing doesn't work for arguments under "Keyword Args:". Might be worth looking into later. |
Damn. But it appears to be rather easy to fix. From the docs, sphinx-doc/sphinx#2379 and sphinx-doc/sphinx#2381 it appears that the only difference is that instead of |
* Bump sphinx from 4.5.0 to 5.0.1 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.5.0 to 5.0.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES) - [Commits](sphinx-doc/sphinx@v4.5.0...v5.0.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump furo from 2022.04.07 to 2022.6.4 (#3081) Bumps [furo](https://github.com/pradyunsg/furo) from 2022.04.07 to 2022.6.4. - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](pradyunsg/furo@2022.04.07...2022.06.04) --- updated-dependencies: - dependency-name: furo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update docs conf Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
# Conflicts: # examples/README.md
Gathering doc fixes to be merged before the next release
PRs to mention in the commit message:
inlinebot.pyexample #3067