Skip to content

Commit

Permalink
le sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
tpike3 committed Jun 5, 2024
1 parent a197d74 commit 767decc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 34 deletions.
25 changes: 6 additions & 19 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,17 @@
# Required
version: 2

build:
image: latest

conda:
file: environment.yml

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
fail_on_warning: false

# Optionally build your docs in additional formats such as PDF
formats:
- pdf
- epub

build:
os: "ubuntu-22.04"
tools:
python: "3.10"

# Optionally set the version of Python and requirements required to build your docs

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

conda:
file: ./environment.yml

29 changes: 14 additions & 15 deletions mesa_geo/environment.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
name: mesa_geo
channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- sphinx
- sphinx_rtd_theme
- pydata_sphinx_theme
- myst-nb
- jupyterlite_sphinx
- xeus-python
- pip>=20.1
- geopandas
- libpysal
- rtree
- rasterio
- shapely
- numpy
- pyproj
- folium
- ipyleaflet
- pip
- pip:
- geopandas
- numpy
- sphinx
- sphinx_rtd_theme
- myst-nb
- mesa~=2.3.0
- xyzservices>=2022.9.0
- jupyter_bridge
- libpysal
- rtree
- rasterio
- shapely
- pyproj
- folium
- ipyleaflet

0 comments on commit 767decc

Please sign in to comment.