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 01e7c14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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
4 changes: 2 additions & 2 deletions docs/src/cli.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

:mod:`!cli` Module
------------------
cli Module
----------

.. automodule:: anchorna.cli

0 comments on commit 01e7c14

Please sign in to comment.