Skip to content

Commit 8f20d2c

Browse files
committed
Update intersphinx python version.
1 parent 7dc9cac commit 8f20d2c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Python Interface for the Portable Hardware Locality (hwloc) Library
22
===================================================================
33

4-
- `Document <https://pyhwloc.readthedocs.io/>`__.
4+
- `Documentation <https://pyhwloc.readthedocs.io/>`__
55
- `Official site <https://www.open-mpi.org/projects/hwloc/>`__ of the hwloc library.

docs/source/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) 2025, NVIDIA CORPORATION.
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
14
# Configuration file for the Sphinx documentation builder.
25
#
36
# For the full list of built-in configuration values, see the documentation:
@@ -39,7 +42,7 @@
3942
html_theme = "alabaster"
4043
html_static_path = ["_static"]
4144

42-
intersphinx_mapping = {"python": ("https://docs.python.org/3.10", None)}
45+
intersphinx_mapping = {"python": ("https://docs.python.org/3.12", None)}
4346

4447
# -- Build environment
4548

0 commit comments

Comments
 (0)