Skip to content
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
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Python Interface for the Portable Hardware Locality (hwloc) Library
===================================================================

- `Document <https://pyhwloc.readthedocs.io/>`__.
- `Documentation <https://pyhwloc.readthedocs.io/>`__
- `Official site <https://www.open-mpi.org/projects/hwloc/>`__ of the hwloc library.
5 changes: 4 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2025, NVIDIA CORPORATION.
# SPDX-License-Identifier: BSD-3-Clause

# Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, see the documentation:
Expand Down Expand Up @@ -39,7 +42,7 @@
html_theme = "alabaster"
html_static_path = ["_static"]

intersphinx_mapping = {"python": ("https://docs.python.org/3.10", None)}
intersphinx_mapping = {"python": ("https://docs.python.org/3.12", None)}

# -- Build environment

Expand Down
Loading