diff --git a/docs/conf.py b/docs/conf.py index cb2f38c..cb1675f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,8 +52,9 @@ def parse_imports(): } autodoc_mock_imports = parse_imports() print(f'set {autodoc_mock_imports=}') +autosummary_generate = False -html_title = f'AnchoRNA
v{version}
documentation' +html_title = f'AnchoRNA
v{version}
API docs' html_theme = 'furo' html_theme_options = { 'footer_icons' : [], diff --git a/docs/src/cli.rst b/docs/src/cli.rst index 500d10b..76cb35c 100644 --- a/docs/src/cli.rst +++ b/docs/src/cli.rst @@ -1,5 +1,5 @@ -:mod:`!cli` Module ------------------- +cli Module +---------- .. automodule:: anchorna.cli