|
69 | 69 | "api/python/defs": "/api/rules_python/python/defs.html", |
70 | 70 | "api/python/index": "/api/rules_python/python/index.html", |
71 | 71 | "api/python/py_runtime_info": "/api/rules_python/python/py_runtime_info.html", |
72 | | - "api/python/private/common/py_library_rule_bazel": "/api/rules_python/python/private/py_library_rule.html", |
73 | | - "api/python/private/common/py_test_rule_bazel": "/api/rules_python/python/private/py_test_rule_bazel.html", |
74 | | - "api/python/private/common/py_binary_rule_bazel": "/api/rules_python/python/private/py_binary_rule.html", |
75 | | - "api/python/private/common/py_runtime_rule": "/api/rules_python/python/private/py_runtime_rule.html", |
76 | | - "api/python/extensions/pip": "/api/rules_python/python/extensions/pip.html", |
77 | | - "api/python/extensions/python": "/api/rules_python/python/extensions/python.html", |
78 | | - "api/python/entry_points/py_console_script_binary": "/api/rules_python/python/entry_points/py_console_script_binary.html", |
79 | | - "api/python/cc/py_cc_toolchain_info": "/api/rules_python/python/cc/py_cc_toolchain_info.html", |
80 | | - "api/python/cc/index": "/api/rules_python/python/cc/index.html", |
81 | | - "api/python/py_cc_link_params_info": "/api/rules_python/python/py_cc_link_params_info.html", |
82 | | - "api/python/runtime_env_toolchains/index": "/api/rules_python/python/runtime_env_toolchains/index.html", |
83 | | - "api/python/pip": "/api/rules_python/python/pip.html", |
84 | | - "api/python/config_settings/index": "/api/rules_python/python/config_settings/index.html", |
85 | | - "api/python/packaging": "/api/rules_python/python/packaging.html", |
86 | | - "api/python/py_runtime": "/api/rules_python/python/py_runtime.html", |
87 | | - "api/sphinxdocs/sphinx": "/api/sphinxdocs/sphinxdocs/sphinx.html", |
88 | | - "api/sphinxdocs/sphinx_stardoc": "/api/sphinxdocs/sphinxdocs/sphinx_stardoc.html", |
89 | | - "api/sphinxdocs/readthedocs": "/api/sphinxdocs/sphinxdocs/readthedocs.html", |
90 | | - "api/sphinxdocs/index": "sphinxdocs/index.html", |
91 | | - "api/sphinxdocs/private/sphinx_docs_library": "/api/sphinxdocs/sphinxdocs/private/sphinx_docs_library.html", |
| 72 | + "api/python/private/common/py_library_rule_bazel": "/api/rules_python/python/private/py_library_rule.html", # noqa: E501 |
| 73 | + "api/python/private/common/py_test_rule_bazel": "/api/rules_python/python/private/py_test_rule_bazel.html", # noqa: E501 |
| 74 | + "api/python/private/common/py_binary_rule_bazel": "/api/rules_python/python/private/py_binary_rule.html", # noqa: E501 |
| 75 | + "api/python/private/common/py_runtime_rule": "/api/rules_python/python/private/py_runtime_rule.html", # noqa: E501 |
| 76 | + "api/python/extensions/pip": "/api/rules_python/python/extensions/pip.html", # noqa: E501 |
| 77 | + "api/python/extensions/python": "/api/rules_python/python/extensions/python.html", # noqa: E501 |
| 78 | + "api/python/entry_points/py_console_script_binary": "/api/rules_python/python/entry_points/py_console_script_binary.html", # noqa: E501 |
| 79 | + "api/python/cc/py_cc_toolchain_info": "/api/rules_python/python/cc/py_cc_toolchain_info.html", # noqa: E501 |
| 80 | + "api/python/cc/index": "/api/rules_python/python/cc/index.html", # noqa: E501 |
| 81 | + "api/python/py_cc_link_params_info": "/api/rules_python/python/py_cc_link_params_info.html", # noqa: E501 |
| 82 | + "api/python/runtime_env_toolchains/index": "/api/rules_python/python/runtime_env_toolchains/index.html", # noqa: E501 |
| 83 | + "api/python/pip": "/api/rules_python/python/pip.html", # noqa: E501 |
| 84 | + "api/python/config_settings/index": "/api/rules_python/python/config_settings/index.html", # noqa: E501 |
| 85 | + "api/python/packaging": "/api/rules_python/python/packaging.html", # noqa: E501 |
| 86 | + "api/python/py_runtime": "/api/rules_python/python/py_runtime.html", # noqa: E501 |
| 87 | + "api/sphinxdocs/sphinx": "/api/sphinxdocs/sphinxdocs/sphinx.html", # noqa: E501 |
| 88 | + "api/sphinxdocs/sphinx_stardoc": "/api/sphinxdocs/sphinxdocs/sphinx_stardoc.html", # noqa: E501 |
| 89 | + "api/sphinxdocs/readthedocs": "/api/sphinxdocs/sphinxdocs/readthedocs.html", # noqa: E501 |
| 90 | + "api/sphinxdocs/index": "sphinxdocs/index.html", # noqa: E501 |
| 91 | + "api/sphinxdocs/private/sphinx_docs_library": "/api/sphinxdocs/sphinxdocs/private/sphinx_docs_library.html", # noqa: E501 |
92 | 92 | "api/sphinxdocs/sphinx_docs_library": "/api/sphinxdocs/sphinxdocs/sphinx_docs_library.html", |
93 | 93 | "api/sphinxdocs/inventories/index": "/api/sphinxdocs/sphinxdocs/inventories/index.html", |
94 | 94 | "pip.html": "pypi/index.html", |
|
133 | 133 | # --- Extlinks configuration |
134 | 134 | extlinks = { |
135 | 135 | "gh-issue": ( |
136 | | - f"https://github.com/bazel-contrib/rules_python/issues/%s", |
| 136 | + "https://github.com/bazel-contrib/rules_python/issues/%s", |
137 | 137 | "#%s issue", |
138 | 138 | ), |
139 | | - "gh-path": (f"https://github.com/bazel-contrib/rules_python/tree/main/%s", "%s"), |
140 | | - "gh-pr": (f"https://github.com/bazel-contrib/rules_python/pull/%s", "#%s PR"), |
| 139 | + "gh-path": ("https://github.com/bazel-contrib/rules_python/tree/main/%s", "%s"), |
| 140 | + "gh-pr": ("https://github.com/bazel-contrib/rules_python/pull/%s", "#%s PR"), |
141 | 141 | } |
142 | 142 |
|
143 | 143 | # --- MyST configuration |
|
0 commit comments