Le 10/02/2022 à 21:16, petee a écrit :
Hello,
I cannot directly download from pypi.org.
If I have to install something using pip, I use '--index-url' option,
i.e.:
pip --index-url http://my-index.net install foo
Also I can store this information in ~/.pip/pip.conf.
In Sphinx config file I'm tr
Hello,
I cannot directly download from pypi.org.
If I have to install something using pip, I use '--index-url' option, i.e.:
pip --index-url http://my-index.net install foo
Also I can store this information in ~/.pip/pip.conf.
In Sphinx config file I'm trying to define some third-party extension.