You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
P.P.S. If you're importing the modules, it's possible to get their path by __file__ attribute and them parse them as text files. So it's possible, for example, to pass the full text of function or method signature to autodoc-process-signature.
I have some functions like
I run
sphinx-apidoc
to generate documentation on them and themmake html
to get final HTML data.Alas, Sphinx expands the constants and gives me something like
Cannot I somehow disable the default values expansion in docstrings? Could I add something to
conf.py
?The text was updated successfully, but these errors were encountered: