Skip to content

Commit

Permalink
Merge pull request #56 from djhoese/rtd-config
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Jun 14, 2023
2 parents 8057f37 + adbe854 commit 9016054
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 5 deletions.
18 changes: 18 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/source/conf.py
fail_on_warning: true

# Optionally build your docs in additional formats such as PDF and ePub
formats: all

build:
os: "ubuntu-20.04"
tools:
python: "mambaforge-4.10"
conda:
environment: doc/rtd_environment.yaml

5 changes: 0 additions & 5 deletions .stickler.yml

This file was deleted.

13 changes: 13 additions & 0 deletions doc/rtd_environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: readthedocs
channels:
- conda-forge
dependencies:
- python=3.11
- pip
- pytest
- sphinx
- sphinx_rtd_theme
- sphinxcontrib-apidoc
- pip:
- graphviz
- .. # relative path to the satpy project
Empty file added doc/source/_static/.gitkeep
Empty file.

0 comments on commit 9016054

Please sign in to comment.