Skip to content

Commit

Permalink
🐛 fix readthedocs building
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelrpl committed Oct 4, 2023
1 parent 874ddcb commit 2e560d3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 49 deletions.
40 changes: 0 additions & 40 deletions .drone.yml

This file was deleted.

21 changes: 12 additions & 9 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 2e560d3

Please sign in to comment.