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

Start using pathlib.Path and deprecate sphinx.testing.path #11526

Merged
merged 16 commits into from Jul 27, 2023

Conversation

AA-Turner
Copy link
Member

No description provided.

@AA-Turner AA-Turner merged commit 49d8304 into sphinx-doc:master Jul 27, 2023
20 of 22 checks passed
@AA-Turner AA-Turner deleted the use-pathlib branch August 7, 2023 21:29
@AA-Turner AA-Turner added this to the 7.2.0 milestone Aug 11, 2023
SilverRainZ added a commit to sphinx-notes/lilypond that referenced this pull request Aug 19, 2023
bearsh added a commit to bearsh/git-cola that referenced this pull request Aug 22, 2023
so convert it to a string, the trailing os.sep is not needed.
os.path.join which is used to join paths, expects string and inserts the
os.sep.

See-also: sphinx-doc/sphinx#11526
See-also: sphinx-doc/sphinx#11608

Signed-off-by: Martin Gysel <me@bearsh.org>
davvid added a commit to davvid/sphinx-to-github that referenced this pull request Aug 23, 2023
Newer versions of sphinx use a pathlib.Path object instead
of a string for the "root" parameter. Add compatibility
by stringifying the value provided by Sphinx.

See-also: sphinx-doc/sphinx#11526
See-also: git-cola/git-cola#1336
Original-patch-by: Martin Gysel <me@bearsh.org>
davvid added a commit to davvid/sphinx-to-github that referenced this pull request Aug 23, 2023
Newer versions of sphinx use a pathlib.Path object instead
of a string for the "root" parameter. Add compatibility
by stringifying the value provided by Sphinx.

See-also: sphinx-doc/sphinx#11526
See-also: sphinx-doc/sphinx#11608
See-also: git-cola/git-cola#1336
Original-patch-by: Martin Gysel <me@bearsh.org>
davvid added a commit to davvid/sphinx-to-github that referenced this pull request Aug 23, 2023
Newer versions of sphinx use a pathlib.Path object instead
of a string for the "root" parameter. Add compatibility
by stringifying the value provided by Sphinx.

See-also: sphinx-doc/sphinx#11526
See-also: sphinx-doc/sphinx#11608
See-also: git-cola/git-cola#1336
Original-patch-by: Martin Gysel <me@bearsh.org>
davvid pushed a commit to davvid/git-cola that referenced this pull request Aug 24, 2023
so convert it to a string, the trailing os.sep is not needed.
os.path.join which is used to join paths, expects string and inserts the
os.sep.

See-also: sphinx-doc/sphinx#11526
See-also: sphinx-doc/sphinx#11608

Signed-off-by: Martin Gysel <me@bearsh.org>
(cherry picked from commit 1293e18)
chrisjsewell added a commit to executablebooks/sphinx-design that referenced this pull request Aug 30, 2023
chrisjsewell added a commit to executablebooks/sphinx-design that referenced this pull request Aug 30, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant