Skip to content

Commit

Permalink
Invalid packages import for geos-mesh, impacting documentation (#32)
Browse files Browse the repository at this point in the history
Updating sphinx and sphinx-argparse solved the issue.
  • Loading branch information
alexbenedicto authored Aug 5, 2024
1 parent 53fe746 commit 6759376
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
sphinx >= 7.4.7
sphinx_rtd_theme
sphinx-argparse
sphinx-argparse >= 0.5.2
sphinx-design
# Running CLI programs and capture outputs
sphinxcontrib-programoutput>=0.17
Expand Down
3 changes: 1 addition & 2 deletions geos-mesh/src/geos/mesh/conversion/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import argparse
import logging
import sys
from geos.mesh.conversion import abaqus_converter


def build_abaqus_converter_input_parser() -> argparse.ArgumentParser:
Expand All @@ -25,8 +26,6 @@ def main() -> None:
output (str): Output mesh file name
-v/--verbose (flag): Increase verbosity level
"""
from geosx_mesh_tools import abaqus_converter

# Parse the user arguments
parser = build_abaqus_converter_input_parser()
args = parser.parse_args()
Expand Down
1 change: 1 addition & 0 deletions geos-mesh/src/geos/mesh/doctor/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Empty

0 comments on commit 6759376

Please sign in to comment.