Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

3.13 build comments#3300

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
cmaureir merged 3 commits intopython:3.13fromrtobar:3.13
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Use sphinx~=8.0.0 as intended
8.1 introduces the built-in cvw/cwe roles. During the migration therequirement was bumped to 8.1 while trying to sort out a problem withthe pypi role, which turned out to be the cpython submodule not beingcommitted/pushed properly earlier, and hence the update wasn't necessary(and broke things).Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
  • Loading branch information
@rtobar
rtobar committedNov 22, 2024
commit526beb47c1b543738c84c1ba379250c4f8aa6a1a
9 changes: 0 additions & 9 deletionsconf.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -29,15 +29,6 @@
sys.path.insert(0, os.path.abspath('cpython/Doc'))
from conf import *

# FIXME
# For fixing the warnings that state that 'cwe', 'cve' roles are already
# defined.
#
# WARNING: role 'cve' is already registered, it will be overridden [app.add_role]
# WARNING: role 'cwe' is already registered, it will be overridden [app.add_role]
del extlinks["cwe"]
del extlinks["cve"]

# Call patchlevel with the proper path to get the version from
# instead of hardcoding it
from patchlevel import get_version_info
Expand Down
2 changes: 1 addition & 1 deletionrequirements.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -16,7 +16,7 @@ sphinx-lint==0.7.0
tabulate

# from cpython/Doc/requirements.txt
sphinx~=8.1.0
sphinx~=8.0.0

blurb

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp