Skip to content

Commit

Permalink
try to fix double indexing on RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
trichter committed Sep 19, 2024
1 parent ba2d80a commit d77a9cb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <br>v{version} <br>documentation'
html_title = f'AnchoRNA <br>v{version} <br>API docs'
html_theme = 'furo'
html_theme_options = {
'footer_icons' : [],
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions docs/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d77a9cb

Please sign in to comment.