OK, it looks like I wrongly blamed my environment, but I just made false 
assumptions.

I assumed[1] that Sphinx will process the list of extensions inside conf.py 
and will install what is missing. But this list only defines which 
extensions will be used during build process.
All extensions must be installed earlier. For example using pip.

[1] I'm just starting my adventure with Sphinx.

-- 
petee

On Thursday, February 10, 2022 at 9:16:53 PM UTC+1 petee wrote:

> 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. But 
> Sphinx is not able to install it automatically as it's not able to reach 
> pypi.org.
>
> Is there an option to define alternative PyPI to be used by Sphinx?
>
> -- 
> petee
>

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/6f69bf43-b871-4bd6-baf1-98c6ce54af6en%40googlegroups.com.

Reply via email to