Priusds / ParGeo

Generate complex two-dimensional geometries for simulations based on mesh discretizations.
https://pypi.org/project/pargeo/
MIT License
2 stars 1 forks source link

Bug Report: Repair docs build #79

Closed Priusds closed 8 months ago

Priusds commented 9 months ago

Describe the bug The docs are not build correctly, all docstrings are missing.

To Reproduce Please provide a minimal code snippet where the bug appears.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Working environment (please complete the following information):

Additional context Add any other context about the problem here.

Priusds commented 8 months ago
Screenshot 2024-02-18 at 22 30 35
Priusds commented 8 months ago
# Set the OS, Python version and other tools you might need
build:
  os: ubuntu-22.04
  tools:
    python: "3.11"
  jobs:
    post_create_environment:
      # Install poetry
      - pip install poetry
      # Tell poetry to not use a virtual environment
      - poetry config virtualenvs.create false
    post_install:
      # Install dependencies
      - poetry install --with docs

could be the solution.