diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index aa4e8ce..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,8 +0,0 @@ -version: 2 -updates: -- package-ecosystem: pip - directory: "/" - schedule: - interval: daily - time: "02:00" - open-pull-requests-limit: 10 diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index d729138..143ed12 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -59,4 +59,4 @@ jobs: - name: Build docs if: ${{ matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.12' }} - run: poetry run sphinx-build -b html docs/ docs/_build/html + run: poetry run make -C docs/ html diff --git a/.readthedocs.yml b/.readthedocs.yml index a25d96c..27c5f8a 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -16,9 +16,7 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 + version: 3.11 install: - method: pip path: . - extra_requirements: - - docs