diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8765b31..9c771cb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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 \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 3f73e4b..d676615 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: @@ -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 @@ -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 diff --git a/requirements/base.txt b/requirements/base.txt index a869d70..0457e9a 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -2,7 +2,6 @@ pandas >= 1.2 numpy matplotlib geopandas -pyarrow dask xarray rasterio