diff --git a/mkdocs.yml b/mkdocs.yml index 8ad0f18..c170d40 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,16 +13,15 @@ theme: plugins: - search - - mkdocs-jupyter - mkdocstrings: default_handler: python handlers: python: - setup_commands: - - import sys - - sys.path.append("src") + paths: [src] selection: - docstring_style: restructured-text + docstring_style: sphinx + options: + show_bases: false nav: - Home: index.md diff --git a/requirements_docs.txt b/requirements_docs.txt index 0a562a0..b90c6cd 100644 --- a/requirements_docs.txt +++ b/requirements_docs.txt @@ -1,5 +1,5 @@ +-r requirements.txt mkdocs==1.3.0 -mkdocs-jupyter==0.20.1 mkdocs-material==8.2.11 -mkdocstrings==0.18.1 +mkdocstrings[python]==0.19.0 pymdown-extensions==9.3 \ No newline at end of file