Replies: 1 comment 1 reply
-
In case you only want to include in your sdist, something like
might work. If I remember correctly, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
currently experimenting packaging sphinx projects including the resulting "objects.inv" files in packages and the rest of a documentation next to my actual python libs.
So to have the results of the sphinx "build/" included in my package, next to the sources.
Now to my question:
The sphinx build directory is called "build" in my poetry taskipy tasks, but i am not able to include the "build/" directory in the resulting package, its always "ignored".
I tried following the documentation on includes and excludes, but then my wheel looks like the following, resulting that on the package consuming side, the build directory is just added to my venv and not inside my package contents in a flat structure.
Is there any hint as to how to solve this, or even better examples? Or shall i just use another directory name?
Regards!
EDIT:
Quickly setup a example repository with the current workaround i have: https://github.com/cpolzer/poetry-sphinx-example
I have to:
Beta Was this translation helpful? Give feedback.
All reactions