Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
Original file line number Diff line number Diff 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 deletions conf.py
Original file line number Diff line number Diff 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 deletion requirements.txt
Original file line number Diff line number Diff 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