diff --git a/.github/workflows/tests_main.yml b/.github/workflows/tests_main.yml index 191c263..c883d9b 100644 --- a/.github/workflows/tests_main.yml +++ b/.github/workflows/tests_main.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest] python-version: ["3.12"] steps: - uses: actions/checkout@v4 diff --git a/mkdocs.yml b/mkdocs.yml index 071e035..e9dbe26 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -27,7 +27,8 @@ plugins: options: docstring_style: numpy docstring_section_style: table - ignore_init_summary: true + docstring_options: + ignore_init_summary: true show_root_heading: true show_source: false members_order: source