chiark / gitweb /
m.sphinx: ability to create intersphinx inventories as well.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 25 Aug 2019 10:27:05 +0000 (12:27 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 25 Aug 2019 10:47:45 +0000 (12:47 +0200)
commit597ebe99163192fb6daf2e6a45f87eb0095a3d23
tree47bdc70879cdb0e0e4bc9c76f214480bd9b99aa9
parentddb111aeaf65f21cfab25fa7f1fb185c5b973f4a
m.sphinx: ability to create intersphinx inventories as well.
doc/plugins/sphinx.rst
documentation/python.py
documentation/test_python/CMakeLists.txt
documentation/test_python/inspect_create_intersphinx/inspect_create_intersphinx/__init__.py [new file with mode: 0644]
documentation/test_python/inspect_create_intersphinx/inspect_create_intersphinx/pybind.cpp [new file with mode: 0644]
documentation/test_python/inspect_create_intersphinx/page.rst [new file with mode: 0644]
documentation/test_python/test_inspect.py
plugins/m/sphinx.py