Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: config change (?) results in rebuilds #74

Open
PeterMosmans opened this issue Jul 29, 2021 · 2 comments
Open

bug: config change (?) results in rebuilds #74

PeterMosmans opened this issue Jul 29, 2021 · 2 comments
Labels
question Further information is requested

Comments

@PeterMosmans
Copy link
Contributor

PeterMosmans commented Jul 29, 2021

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 detected
The message is:

updating environment: [config changed ('revealjs_static_path')] 

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.

@attakei
Copy link
Owner

attakei commented Aug 13, 2021

Sorry late-response.

I try checking by small project, but does not reproduce.

  • Set up virtualenv installed latest stable sphinx and sphinx-revealjs
  • Initialize project by sphinx-quickstart
  • Add sphinx-revealjs to extensions

Could you share files for reproduction?

Regards

@attakei attakei added the question Further information is requested label Aug 13, 2021
@danwos
Copy link

danwos commented May 9, 2022

I can not reproduce it as well for my presentation: https://github.com/useblocks/dwf
The incremental build is working here.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants