Skip to content

Commit

Permalink
Trying minimal Django settings for hopefully fewer docs requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejcorey committed Jun 15, 2024
1 parent 8bad416 commit 23dfaf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/django_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# SECRET_KEY for the documentation
SECRET_KEY = 'docs-super-secret'

GDAL_LIBRARY_PATH = None
GEOS_LIBRARY_PATH = None

# INSTALLED_APPS with these apps is necessary for Sphinx to build without warnings & errors
# Depending on your package, the list of apps may be different
INSTALLED_APPS = [
Expand Down

0 comments on commit 23dfaf3

Please sign in to comment.