Using interphinx for internal documentation

I would like to use interphinx for internal documentation to stitch between different parts of internal services and internal documentation.

However, they are not in a secure internal network.

Is there a way to point interphinx to objects.invwhich is behind authentication?

What authentication schemes are supported?

+4
source share
1 answer

, objects.inv , (t20), , , , () intersphinx_mapping conf.py:

intersphinx_mapping = {'keyname', ('uri/to/doc/repo/root', 'uri/to/local/objects.inv')}

, , , , , ?

+2

Source: https://habr.com/ru/post/1606090/


All Articles