Skip to content

Commit

Permalink
Python docstrings are added.
Browse files Browse the repository at this point in the history
  • Loading branch information
makyol committed Jul 14, 2024
1 parent 0607dca commit d047cb9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

import os
import sys
sys.path.insert(0, os.path.abspath('../landusemix'))

# Configuration file for the Sphinx documentation builder.

# -- Project information -----------------------------------------------------
Expand Down
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pandas
geopandas
rasterio
6 changes: 3 additions & 3 deletions readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ sphinx:
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: docs/requirements.txt

0 comments on commit d047cb9

Please sign in to comment.