Closed Priusds closed 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.
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.