Skip to content

Commit

Permalink
updated as per comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arohanajit committed Sep 26, 2024
1 parent d4de309 commit 3f837f3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions gui/wxpython/docs/wxgui_sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys
import os
from datetime import date
import string
from shutil import copy
Expand All @@ -20,11 +18,6 @@
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
if not os.getenv("GISBASE"):
sys.exit("GISBASE not defined")
sys.path.insert(
0, os.path.abspath(os.path.join(os.environ["GISBASE"], "etc", "python", "grass"))
)

footer_tmpl = string.Template(
r"""
Expand Down

0 comments on commit 3f837f3

Please sign in to comment.