You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using 1.3.1 of the plugin. Building using the plugin goes well.
Howver, each time I perform a make revealjs, everything gets rebuild - without making changes to the sources. Apparently there are changes detected
The message is:
Any idea what / whether I'm doing (something) wrong here ?
The make html command does not detect any changes, when running it multiple times. It's the make revealjs builder.
When running make html before make revealjs, no changes are detected, even when running it multiple times.
The text was updated successfully, but these errors were encountered:
I had a similar problem in the past because I assigned a function to a configuration value.
And as the function internal memory address changes with each sphinx-build, sphinx detects a configuration change and has built everything. But this would affect make html as well.
Hi,
I'm using 1.3.1 of the plugin. Building using the plugin goes well.
Howver, each time I perform a
make revealjs
, everything gets rebuild - without making changes to the sources. Apparently there are changes detectedThe message is:
Any idea what / whether I'm doing (something) wrong here ?
The
make html
command does not detect any changes, when running it multiple times. It's themake revealjs
builder.When running
make html
beforemake revealjs
, no changes are detected, even when running it multiple times.The text was updated successfully, but these errors were encountered: