File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11Python 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.
Original file line number Diff line number Diff line change 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:
3942html_theme = "alabaster"
4043html_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
You can’t perform that action at this time.
0 commit comments