Skip to content

Commit

Permalink
deploy: b32e084
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Jun 3, 2024
1 parent 4500c7c commit 515c2ad
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 17 deletions.
2 changes: 2 additions & 0 deletions _sources/fortls_changes.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@

## Fixed

- Fixed bug with nested preprocessor blocks erroneously evaluating as active
([#404](https://github.com/fortran-lang/fortls/issues/404))
- Fixed bug where parser would crash when trying to retrieve an invalid line no.
([#398](https://github.com/fortran-lang/fortls/issues/398))
- Fixed bug with string quotes not being escaped when looking for parenthesis
Expand Down
2 changes: 1 addition & 1 deletion _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '0.1.dev1+g58d2ee6',
VERSION: '0.1.dev1+gb32e084',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ <h1>Contact Us<a class="headerlink" href="#contact-us" title="Link to this headi

</aside>
</div>
</div><script src="_static/documentation_options.js?v=d1eb2926"></script>
</div><script src="_static/documentation_options.js?v=dd124105"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ <h4>Merging<a class="headerlink" href="#merging" title="Link to this heading">¶

</aside>
</div>
</div><script src="_static/documentation_options.js?v=d1eb2926"></script>
</div><script src="_static/documentation_options.js?v=dd124105"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion editor_integration.html
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ <h2><a class="reference external" href="https://kakoune.org/">Kakoune</a><a clas

</aside>
</div>
</div><script src="_static/documentation_options.js?v=d1eb2926"></script>
</div><script src="_static/documentation_options.js?v=dd124105"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion features.html
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ <h2>All LSP Requests<a class="headerlink" href="#all-lsp-requests" title="Link t

</aside>
</div>
</div><script src="_static/documentation_options.js?v=d1eb2926"></script>
</div><script src="_static/documentation_options.js?v=dd124105"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion fortls.html
Original file line number Diff line number Diff line change
Expand Up @@ -2621,7 +2621,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi

</aside>
</div>
</div><script src="_static/documentation_options.js?v=d1eb2926"></script>
</div><script src="_static/documentation_options.js?v=dd124105"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion fortls.parsers.html
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ <h2>Subpackages<a class="headerlink" href="#subpackages" title="Link to this hea

</aside>
</div>
</div><script src="_static/documentation_options.js?v=d1eb2926"></script>
</div><script src="_static/documentation_options.js?v=dd124105"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion fortls.parsers.internal.html
Original file line number Diff line number Diff line change
Expand Up @@ -2783,7 +2783,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi

</aside>
</div>
</div><script src="_static/documentation_options.js?v=d1eb2926"></script>
</div><script src="_static/documentation_options.js?v=dd124105"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
4 changes: 3 additions & 1 deletion fortls_changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,8 @@ <h2>Removed<a class="headerlink" href="#removed" title="Link to this heading">¶
<section id="fixed">
<h2>Fixed<a class="headerlink" href="#fixed" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>Fixed bug with nested preprocessor blocks erroneously evaluating as active
(<a class="reference external" href="https://github.com/fortran-lang/fortls/issues/404">#404</a>)</p></li>
<li><p>Fixed bug where parser would crash when trying to retrieve an invalid line no.
(<a class="reference external" href="https://github.com/fortran-lang/fortls/issues/398">#398</a>)</p></li>
<li><p>Fixed bug with string quotes not being escaped when looking for parenthesis
Expand Down Expand Up @@ -637,7 +639,7 @@ <h2>Fixed<a class="headerlink" href="#fixed" title="Link to this heading">¶</a>

</aside>
</div>
</div><script src="_static/documentation_options.js?v=d1eb2926"></script>
</div><script src="_static/documentation_options.js?v=dd124105"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -2027,7 +2027,7 @@ <h2>W</h2>

</aside>
</div>
</div><script src="_static/documentation_options.js?v=d1eb2926"></script>
</div><script src="_static/documentation_options.js?v=dd124105"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ <h1 class="sd-d-none">fortls<a class="headerlink" href="#fortls" title="Link to

</aside>
</div>
</div><script src="_static/documentation_options.js?v=d1eb2926"></script>
</div><script src="_static/documentation_options.js?v=dd124105"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Li

</aside>
</div>
</div><script src="_static/documentation_options.js?v=d1eb2926"></script>
</div><script src="_static/documentation_options.js?v=dd124105"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion options.html
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ <h2>Debug Options (command line only)<a class="headerlink" href="#debug-options-

</aside>
</div>
</div><script src="_static/documentation_options.js?v=d1eb2926"></script>
</div><script src="_static/documentation_options.js?v=dd124105"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ <h1>Python Module Index</h1>

</aside>
</div>
</div><script src="_static/documentation_options.js?v=d1eb2926"></script>
</div><script src="_static/documentation_options.js?v=dd124105"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ <h3>Configuration<a class="headerlink" href="#configuration" title="Link to this

</aside>
</div>
</div><script src="_static/documentation_options.js?v=d1eb2926"></script>
</div><script src="_static/documentation_options.js?v=dd124105"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion search.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@

</aside>
</div>
</div><script src="_static/documentation_options.js?v=d1eb2926"></script>
</div><script src="_static/documentation_options.js?v=dd124105"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 515c2ad

Please sign in to comment.