add missing paths config for mkdocstrings

This commit is contained in:
Gilles Boccon-Gibod
2022-06-02 15:47:27 -07:00
parent ce0cf5fd27
commit fc7923f83b

View File

@@ -65,7 +65,10 @@ theme:
custom_dir: 'theme'
plugins:
- mkdocstrings
- mkdocstrings:
handlers:
python:
paths: [../..]
docs_dir: 'src'