diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 1a8a4c1..538650c 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,11 +1,11 @@ -jinja2<3.1 -sphinx==2.4.3 -sphinx_rtd_theme==0.4.3 -readthedocs-sphinx-ext==1.0.1 -m2r==0.2.1 -mistune==2.0.3 -sphinxcontrib-httpdomain==1.7.0 -sphinxcontrib-openapi==0.7.0 +jinja2 +sphinx +sphinx_rtd_theme +readthedocs-sphinx-ext +m2r +mistune +sphinxcontrib-httpdomain +sphinxcontrib-openapi geopandas seaborn requests diff --git a/geo/Geoserver.py b/geo/Geoserver.py index d62edbb..05bc21c 100644 --- a/geo/Geoserver.py +++ b/geo/Geoserver.py @@ -2611,7 +2611,7 @@ def publish_featurestore_sqlview( GeoserverException If there is an issue publishing the SQL view. - Notes + Notes ----- With regards to SQL view parameters, it is advised to read the relevant section from the geoserver docs: https://docs.geoserver.org/main/en/user/data/database/sqlview.html#parameterizing-sql-views @@ -2623,13 +2623,14 @@ def publish_featurestore_sqlview( The `parameters` iterable must contain dictionaries with this structure: - ``` + ```json { "name": "" "regexpValidator": " (optional)" "defaultValue" : "" } ``` + """ if workspace is None: workspace = "default"