From d77a9cb9eebb27096dc45f6496b355aa23d451af Mon Sep 17 00:00:00 2001 From: Tom Eulenfeld Date: Thu, 19 Sep 2024 14:14:02 +0200 Subject: [PATCH] try to fix double indexing on RTD --- docs/conf.py | 3 ++- docs/src/{cli.rst => anchorna.cli.rst} | 0 docs/src/{core.rst => anchorna.core.rst} | 0 docs/src/{io.rst => anchorna.io.rst} | 0 docs/src/{util.rst => anchorna.util.rst} | 0 docs/src/index.rst | 8 ++++---- 6 files changed, 6 insertions(+), 5 deletions(-) rename docs/src/{cli.rst => anchorna.cli.rst} (100%) rename docs/src/{core.rst => anchorna.core.rst} (100%) rename docs/src/{io.rst => anchorna.io.rst} (100%) rename docs/src/{util.rst => anchorna.util.rst} (100%) 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/anchorna.cli.rst similarity index 100% rename from docs/src/cli.rst rename to docs/src/anchorna.cli.rst diff --git a/docs/src/core.rst b/docs/src/anchorna.core.rst similarity index 100% rename from docs/src/core.rst rename to docs/src/anchorna.core.rst diff --git a/docs/src/io.rst b/docs/src/anchorna.io.rst similarity index 100% rename from docs/src/io.rst rename to docs/src/anchorna.io.rst diff --git a/docs/src/util.rst b/docs/src/anchorna.util.rst similarity index 100% rename from docs/src/util.rst rename to docs/src/anchorna.util.rst diff --git a/docs/src/index.rst b/docs/src/index.rst index be223a0..762eee8 100644 --- a/docs/src/index.rst +++ b/docs/src/index.rst @@ -14,7 +14,7 @@ AnchoRNA's functionality is provided through the following modules: :hidden: self - core - util - io - cli + anchorna.core + anchorna.util + anchorna.io + anchorna.cli