Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mbercx committed Jun 20, 2024
1 parent 210c40b commit b24948b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
}

# Settings for the `autoapi.extenstion` automatically generating API docs
filepath_docs = pathlib.Path(__file__).parent.parent
filepath_docs = pathlib.Path(__file__).parent.parent.resolve()
filepath_src = filepath_docs.parent / 'src'
autoapi_type = 'python'
autoapi_dirs = [filepath_src]
autoapi_ignore = [filepath_src / 'aiida_quantumespresso' / '*cli*']
autoapi_root = str(filepath_docs / 'source' / 'reference' / 'api' / 'auto')
autoapi_root = (filepath_docs / 'source' / 'reference' / 'api' / 'auto').as_posix()
autoapi_keep_files = True
autoapi_add_toctree_entry = False

Expand Down

0 comments on commit b24948b

Please sign in to comment.