File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed
Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change 1818
1919autoapi_type = 'python'
2020autoapi_dirs = [os .path .abspath ('../../manify' )]
21- autoapi_ignore = ["*/utils/*" ]
21+
22+
23+ # autoapi_ignore = ["*/utils/*"]
2224
2325templates_path = ['_templates' ]
2426exclude_patterns = []
3234}
3335autoclass_content = "class"
3436autoapi_options = [
35- "members" , # pull in documented members
36- "imported-members" , # if you want to re-export things
37+ "members" ,
38+ "undoc-members" ,
39+ "imported-members" ,
3740 "show-inheritance" ,
38- # note: NO 'undoc-members' here
41+ "show-module-summary" ,
3942]
40- # autodoc_typehints = "description"
43+
44+ # conf.py
45+ rst_epilog = """
46+ .. |---| replace:: ------------
47+ """
48+
4149html_theme = "sphinx_rtd_theme"
4250html_static_path = ['_static' ]
4351autodoc_typehints = "none"
4452
53+ rst_epilog = """
54+ .. |K| replace:: :math:`K` # Example: Render K as a math symbol
55+ """
You can’t perform that action at this time.
0 commit comments