numpy
np.concatenate
# split
extensions = [
    "sphinx.ext.intersphinx",
    "sphinx_codeautolink",
]
intersphinx_mapping = {"numpy": ("https://numpy.org/doc/stable/", None)}
codeautolink_warn_on_failed_resolve = False
# split
Test project
============

.. code:: python

   import numpy as np

   np.concatenate().mean()
