Doug Hellmann
Doug Hellmann
> @dhellmann It is fortunately already off by default :) Clearly it has been a while since I've looked at this code base. :-)
> If you wanted to re-enable it.... > > Without digging too deeply it looks like you just need a list of strings? > > `curl -H"Accept: application/vnd.pypi.simple.v1+json" https://pypi.org/simple/` is...
A literal include directive should cause the content to be ignored, but I haven't actually tested that. There was a similar question about todo directives in #203 where the directive...
@freakboy3742 Thank you for the advice. I don't intend to do anything at all with this for now, as I tried to make clear in an earlier comment here.
I did some experimenting in #205, and I think you can use the "only" directive for what you want. Something like ``` .. only:: html .. include:: file.log ```
There's some discussion of this in #64
What are the contents of the directory where you're running the tests. The tox target `isolated` demonstrates how to run the tests outside of the source code directory.
> + PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-sphinxcontrib-spelling-8.0.0-2.fc36.x86_64/usr/lib64/python3.9/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-sphinxcontrib-spelling-8.0.0-2.fc36.x86_64/usr/lib/python3.9/site-packages > + /usr/bin/pytest -ra -m 'not network' I'm not sure what you're doing there with the python path. It's possible you don't have enough entries for the...
I don't remember why the interface is a class. It looks like it inherits from something in enchant, so I was probably just trying to be consistent with that. Are...
It looks like this PR is changing files that would be updated by running the microshift rebase script. Is that intentional, or a side-effect of something in your git repo?