Re: [sphinx-users] How can I set alternative PyPI URL

2022-02-11 Thread Jean Abou Samra
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

[sphinx-users] How can I set alternative PyPI URL

2022-02-10 Thread petee
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.