diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index e375a77..0000000 --- a/.drone.yml +++ /dev/null @@ -1,40 +0,0 @@ -# -# This file is part of Brazil Data Cube BDC-Collectors. -# Copyright (C) 2022 INPE. -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# - -kind: pipeline - -name: bdc_collectors - -steps: -- name: test - image: python:3.7 - commands: - - pip install --upgrade pip - - pip install --upgrade setuptools - - pip install -e .[tests,docs] - - ./run-tests.sh - -- name: discord-finished - image: brazildatacube/bdc-drone-discord - settings: - webhook: - from_secret: discord_webhook - when: - status: - - failure - - success \ No newline at end of file diff --git a/.readthedocs.yml b/.readthedocs.yml index 0701be6..4b1b584 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,6 +1,6 @@ # # This file is part of Brazil Data Cube BDC-Collectors. -# Copyright (C) 2022 INPE. +# Copyright (C) 2023 INPE. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -18,16 +18,19 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + sphinx: - configuration: docs/sphinx/conf.py + configuration: docs/sphinx/conf.py formats: [] python: - version: 3.8 - - install: - - method: pip - path: . - extra_requirements: - - docs + install: + - method: pip + path: . + extra_requirements: + - docs