swaldhoer
swaldhoer
The problem comes from extending the css to better handle the table width. There is [this issue](https://github.com/readthedocs/sphinx_rtd_theme/issues/117) in the sphinx_rtd_theme repository. I copy the code from a [comment](https://github.com/readthedocs/sphinx_rtd_theme/issues/117#issuecomment-41506687) fixing the...
@choldgraf Did you have time to look into this issue based on my comment?
I don't know why and what has changed, but this problem no longer happens since - sphinx_rtd_theme 0.5.0 - sphinx_copybutton 0.3.0 Edit: Just to document, that it *really* works: custom...
I should mention that, ``python -m pip install .`` works for the test case: ```pwsh PS C:\Users\stefa\Documents\flit\flit_core\flit_core\tests\samples\with_data_dir> python -m pip install . Processing c:\users\stefa\documents\flit\flit_core\flit_core\tests\samples\with_data_dir Installing build dependencies ... done Getting...
I have some idea. How does flit invoke the ``python -m pip ...``? Does it use ``shell=True``?
So first of all, thanks @takluyver you pointed me in the right direction. - I checked on my usual development machine, and could build using flit all as expected. -...
This is basically the same problem as https://github.com/cantools/cantools/issues/458.
This is basically the same problem as https://github.com/cantools/cantools/issues/458.
> It most definitely is cleaner to use `shutil.which` to resolve executable path than to use shell=True. It is available on Python 3.3 and newer. I don't understand why `shutil.which()`...
@mvandervoord will you actively ask for feedback before merging this/creating a release? I would be interested to provide feedback once this pull request reaches a good stability from your point...