Sebastian Weigand

Results 135 comments of Sebastian Weigand

No need to use Sphinx-action, you can just run the commands as you normally would. I got a first example working on my [branch for the PR](https://github.com/s-weigand/nbsphinx/runs/351204435). Pandoc and librsvg...

@psychemedia if you just want to rebuild your binder image, when i.e. master is updated you can use [this action](https://github.com/s-weigand/trigger-mybinder-build).

I got pretty much all of this running, besides building of PDF on windows ([see this workflow, still WIP with an ugly commit history](https://github.com/s-weigand/nbsphinx/blob/gh-action-ci-switch/.github/workflows/test.yml)). For tests on windows to pass...

Just found the Error in the Windows version of `nbsphinx.tex`, it was caused by an extra empy `sphinxVerbatim` envionment. ```latex { \kern-\sphinxverbatimsmallskipamount\kern-\baselineskip \kern+\FrameHeightAdjust\kern-\fboxrule \vspace{\nbsphinxcodecellspacing} \sphinxsetup{VerbatimColor={named}{white}} \sphinxsetup{VerbatimBorderColor={named}{nbsphinx-code-border}} \begin{sphinxVerbatim}[commandchars=\\\{\}] \end{sphinxVerbatim} } ```...

After some more investigation i found the problem with the malformed `tectonic` output. At some point when generating `nbsphinx.tex` a utf-8 none breaking space (`b"\xc2\xa0"`) gets inserted after `e.g.` and...

Guess most things can be fixed by explicitly setting `margin: 0` [in this css block](https://github.com/choldgraf/sphinx-copybutton/blob/6e1113b502c80e2bd20a19062ac00950a3ff638d/sphinx_copybutton/_static/copybutton.css#L16). `itcase` does'n have `copybutton.css` in its body at all, for some reason. But the `copybutton.js`...

I can do this, but first I will create a tool to generate all the different theme docs in one swoop. Working on #349 it already git kinda annoying to...

I made a [PR at `sphinx-copybutton`](https://github.com/choldgraf/sphinx-copybutton/pull/54), which should fix all but the `cloud-theme` issue on the `sphinx-copybutton` side. Since I can't find the source of `cloud-theme` I have no idea...

Can't figure out what is going wrong in `cloud-theme`. On chrome it is even worse, if you just hold the left mouse button down, you get `Schrödingers copybutton`, it's on...

I will open a ticket at `cloud-theme`, since `sphinx-copybutton` works fine on other themes. The other themes, as I saw it, set `max-width: 100%;`, but `pytorch` sets `width` directly. Which...