TNO Intern

Commit e685840d authored by Hen Brett's avatar Hen Brett 🐔
Browse files

ensuring that mkdocs can find the correct location to generate the API information

parent dd5dba40
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@ plugins:
  - mkdocstrings:
      handlers:
        python:
          paths: ["src"]
          options:
            docstring_style: numpy  # or numpy
            show_source: true