Closed altendky closed 1 week ago
you are looking at the docs for the main branch, you want the 1.8 docs
please close
I guess I'll suggest that the primary public docs should be for the latest released version. :]
I suggested this with click as well and got zero traction (maybe no understanding even, I wasn't sure).
But, thanks for the quick response.
Or sorry, maybe I somehow got off on the wrong branch. Maybe search results? I forget. Still, thanks for the quick response.
primary public docs should be for the latest released version
this is in fact the case eg https://python-poetry.org/docs/basic-usage/#project-setup
Description
I was exploring using more standard project definition in my
pyproject.toml
(PEP621, right?) and less Poetry specific information. I couldn't get it to work and eventually worked back to trying just the example from the docs. I don't know if there's a bug here, or if the docs need updated to not show standard project definition sections, or what.https://python-poetry.org/docs/main/basic-usage/#project-setup
Here's a brief demonstration. The full
-vvv
output is included per the issue template.Workarounds
The Poetry-specific config sections can be used instead of the standard sections.
Poetry Installation Method
pipx
Operating System
Ubuntu 22.04
Poetry Version
Poetry (version 1.8.4)
Poetry Configuration
Python Sysconfig
Example pyproject.toml
Poetry Runtime Logs