Nicolas Peugnet
Nicolas Peugnet
And it is now working again. I don't know why.
I think this is simply the result of the default value of [the `collapse_navigation` config value](https://sphinx-rtd-theme.readthedocs.io/en/stable/configuring.html#confval-collapse_navigation). In fact with this value that to `true`, the entries that don't have the...
This can be done by adding the following CSS (tested on Firefox and Chromium): ```css .rst-content a.headerlink { display: inline; } ``` As no space is present between the headerlink...
> > As no space is present between the headerlink and the previous word > > Ah yeah, perhaps we can add a ` ` - I guess this is exactly...
> If you would like to submit a PR, I can build the SASS and push to your PR I think that I prefer this option. I will make the...
This is a duplicate of #171
Hi, just curious about the state of this initiative. Do you consider it viable? Is there something blocking it? Maybe there is something I can do to help you?
> Any particular use case you have in mind for this? Exactly the one presented as the first example of the linked page: https://github.com/google/fuzzing/blob/master/docs/structure-aware-fuzzing.md#example-compression > This is a very simple...
I figured that for my use case, I could simply [compress the input in the target](https://github.com/club-1/sphinx-inventory-parser/pull/10/files#diff-924c9adef57ce52190f1fb2c282da0363bbe9a9596913a8124e8c50f97c47e78R31).
I have another proposition based on @TimMagee's first one. While I think the last one from @PetbkA is good and more flexible, the simplest settings IMO would be something like...