Skip to content

Commit

Permalink
python api autodocs v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtekson committed Sep 20, 2023
1 parent 4963287 commit 88676bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ m2r==0.2.1
mistune==2.0.3
sphinxcontrib-httpdomain==1.7.0
sphinxcontrib-openapi==0.7.0
gdal
seaborn
request
5 changes: 3 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import os
import sys

sys.path.insert(0, os.path.abspath("../.."))
sys.path.insert(0, os.path.abspath("../../"))

# -- Project information -----------------------------------------------------

Expand All @@ -22,7 +22,7 @@
author = "Tek Bahadur Kshetri"

# The full version, including alpha/beta/rc tags
release = "2.1.1"
release = "2.5.1"


# -- General configuration ---------------------------------------------------
Expand All @@ -40,6 +40,7 @@
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = []

autosummary_generate = True

# -- Options for HTML output -------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion geo/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = "Tek Kshetri"
__email__ = "[email protected]"
__version__ = "2.5.0"
__version__ = "2.5.1"

0 comments on commit 88676bb

Please sign in to comment.