From b200acf1d2843b78d4cda4f79d82e10e21ca89a9 Mon Sep 17 00:00:00 2001 From: Evgeny Prilepin Date: Sun, 17 Dec 2023 23:00:53 +0000 Subject: [PATCH 1/3] Delete dependabot --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .github/dependabot.yml 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 From 432a4e5f09676aaa8d8ef7d94e9f97bd4e07d851 Mon Sep 17 00:00:00 2001 From: Evgeny Prilepin Date: Sun, 17 Dec 2023 23:01:23 +0000 Subject: [PATCH 2/3] Update rtd python version --- .readthedocs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 From 65e2fa2d9855cf7888397ff89eeaa6368cd3bb12 Mon Sep 17 00:00:00 2001 From: Evgeny Prilepin Date: Sun, 17 Dec 2023 23:01:41 +0000 Subject: [PATCH 3/3] Update CI pipeline --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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