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 fromall commits
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
6 changes: 4 additions & 2 deletions.overrides/upgrade-python-version.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -48,9 +48,11 @@ We are currently in branch 3.12, and we want to update the strings from 3.13.

.. note::

You can also run `make build -j` to use more than 1 core (but keep in mind
this is not always faster).
The underlying ``sphinx-build`` command uses all available cores by default.
Use the ``SPHINX_JOBS`` ``make`` variable (defaults to ``auto``)
to specify an explicit amount, e.g. ``make build SPHINX_JOBS=10``.

.. note::
It may fail the build because there may be files
that don't exist anymore in the new branch.
If that's the case, just continue with the steps
Expand Down
16 changes: 0 additions & 16 deletionsconf.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -29,23 +29,7 @@
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
version, release = get_version_info()

project = 'Python en Español'
year = time.strftime("%Y")
copyright = f'2001-{year}, Python Software Foundation'

html_theme_path = ['cpython/Doc/tools']
templates_path = ['cpython/Doc/tools/templates']
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