Benjamin F. Maier
Benjamin F. Maier
good catch! I'll look into it soon
Running ``` pytest tests/interactive ``` in the `v.1.5.7` branch of the pyglet repo yields the same behavior for me.
So you can really only run it once? As I said, pyglet is really not the focus in my application, it's only there to occasionally visualize something. It might happen...
I see, thank you for your comments and this reference. I guess I do have an environment/OS issue then.
did you install `python_example` with pip? The warning implies that Python wants to import the package but can't and as such the docstrings cannot be created
I now tried to replicate with a freshly cloned repo. somehow running `python setup.py develop` does not seem to be enough for the package to be importable. After running `pip...
Cool, glad it works now!
@williamfgc you're correct that sphinx has to find the package in the PYTHONPATH in order to work. It is, however, usually sufficient to install your package with pip which then...
my package is this one: https://github.com/benmaier/tacoma you need to have a completely set up subdirectory named `docs`, like so: https://github.com/benmaier/tacoma/tree/master/docs In this subdirectory, you need to have a file `docs/requirements.txt`...
use `pathlib` for all paths