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

'make doc' is not deterministic due to "v=..." tokens/ids in stylesheet links #5

Open
apjanke opened this issue Sep 12, 2021 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@apjanke
Copy link
Member

apjanke commented Sep 12, 2021

Whenever you make doc (which happens as part of make dist), you get spurious diffs in several of the HTML files. This prevents idempotent/deterministic builds.


diff --git a/doc/examples/AnimatedPlots.html b/doc/examples/AnimatedPlots.html
index c346b40..79e6ad8 100644
--- a/doc/examples/AnimatedPlots.html
+++ b/doc/examples/AnimatedPlots.html
@@ -24,7 +24,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="theme-color" content="#157878">
     <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
-    <link rel="stylesheet" href="/assets/css/style.css?v=d4c108392921baf2082c96659e81becd933cb76d">
+    <link rel="stylesheet" href="/assets/css/style.css?v=7b58e49f07a8bb92bf06b99d687a4498f473bb8a">
     <!-- start custom head snippets, customize with your own _includes/head-custom.html file -->

 <!-- Setup Google Analytics -->
diff --git a/doc/examples/broken/symbolicMathExample.html b/doc/examples/broken/symbolicMathExample.html
index 70a8322..64677db 100644
--- a/doc/examples/broken/symbolicMathExample.html
+++ b/doc/examples/broken/symbolicMathExample.html
@@ -24,7 +24,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="theme-color" content="#157878">
     <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
-    <link rel="stylesheet" href="/assets/css/style.css?v=d4c108392921baf2082c96659e81becd933cb76d">
+    <link rel="stylesheet" href="/assets/css/style.css?v=7b58e49f07a8bb92bf06b99d687a4498f473bb8a">
     <!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
@apjanke apjanke self-assigned this Sep 12, 2021
@apjanke apjanke added the bug Something isn't working label Sep 12, 2021
@apjanke apjanke added this to the 1.0.0 milestone Sep 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant