TNO Intern

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

Merge branch '42-keep-adding-to-docs' into 'main'

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

Closes #42

See merge request AGS/pythermogis!47
parents 8c67ed52 e685840d
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