0

I am generating python API documentation using Sphinx and sphinx-apidoc with sphinx-rtd-theme

The problem is:

The page titles and ToC entries for modules/packages always show the full import path, e.g. myproject.subpackage.longname.module

This makes the sidebar and headings extremely long.

What I already solved

Using the following in conf.py:

add_module_names = False

This successfully removes the module prefix from class names.

What I already tried

  1. toc_object_entries_show_parents

toc_object_entries_show_parents = False

Question

Is there a way to configure Sphinx so that module/package titles are short names rather than full import paths?

0

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.