Skip to content

Commit 35c9ea1

Browse files
authored
Update theme.css link to remove digest query
1 parent 229be1d commit 35c9ea1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</noscript>
2828

2929
<!-- Loaded before other Sphinx assets -->
30-
<link href="_static/styles/theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
30+
<link href="_static/styles/theme.css" rel="stylesheet" />
3131
<link href="_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
3232

3333
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=8f2a1f02" />
@@ -556,4 +556,4 @@ <h1>circStudio documentation<a class="headerlink" href="#circstudio-documentatio
556556
<footer class="bd-footer">
557557
</footer>
558558
</body>
559-
</html>
559+
</html>

0 commit comments

Comments
 (0)