diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index cf5fba1a21a5cb..eef0c5022d37af 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -881,7 +881,7 @@ Security Options macOS Options ------------- -See ``Mac/README.rst``. +See :source:`Mac/README.rst`. .. option:: --enable-universalsdk .. option:: --enable-universalsdk=SDKDIR diff --git a/Doc/using/iOS.rst b/Doc/using/ios.rst similarity index 98% rename from Doc/using/iOS.rst rename to Doc/using/ios.rst index 16c86be4be2439..fa2ae9eefc5dfa 100644 --- a/Doc/using/iOS.rst +++ b/Doc/using/ios.rst @@ -159,9 +159,9 @@ helpful. To add Python to an iOS Xcode project: 1. Build or obtain a Python ``XCFramework``. See the instructions in - ``iOS/README.rst`` (in the CPython source distribution) for details on how - to build a Python ``XCFramework``. At a minimum, you will need a build that - supports ``arm64-apple-ios``, plus one of either + :source:`iOS/README.rst` (in the CPython source distribution) for details on + how to build a Python ``XCFramework``. At a minimum, you will need a build + that supports ``arm64-apple-ios``, plus one of either ``arm64-apple-ios-simulator`` or ``x86_64-apple-ios-simulator``. 2. Drag the ``XCframework`` into your iOS project. In the following