Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
version: 2
conda:
environment: requirements/base.txt

build:
os: ubuntu-22.04
tools:
python: mambaforge-4.10
jobs:
post_create_environment:
- conda install python=3.12 --file requirements/dev.txt
- pip install --no-deps .
python: "3.12"

python:
install:
- method: pip
path: .
extra_requirements:
- dev

mkdocs:
configuration: mkdocs.yml
9 changes: 2 additions & 7 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
site_name: Gregor
copyright: Copyright © since 2024 (MIT licensed)
site_url: https://gregor.readthedocs.io/en/latest/
repo_url: https://github.com/modelblocks-org/gregor
nav:
- Getting started: index.md
- Examples:
Expand Down Expand Up @@ -53,10 +55,6 @@ plugins:
inherited_members: true
docstring_style: numpy
paths: [src]
import:
- https://docs.python.org/3/objects.inv
- https://pandas.pydata.org/docs/objects.inv
- https://docs.xarray.dev/en/stable/objects.inv
markdown_extensions:
# Python Markdown
- abbr
Expand All @@ -75,9 +73,6 @@ markdown_extensions:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
Expand Down
1 change: 0 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ pandas >= 1.2
numpy
matplotlib
geopandas
pyarrow
dask
xarray
rasterio
Expand Down