Skip to content

Commit

Permalink
deploy: 2ff0ce4
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed May 20, 2024
1 parent 17cab2b commit 43cc0cd
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 18 deletions.
2 changes: 2 additions & 0 deletions _sources/fortls_changes.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@
([#398](https://github.com/fortran-lang/fortls/issues/398))
- Fixed bug with string quotes not being escaped when looking for parenthesis
([#250](https://github.com/fortran-lang/fortls/issues/250))
- Fixed bug with line continuations in lexical tokens
([#235](https://github.com/fortran-lang/fortls/issues/235))
- Fixed end of scope errors raised by trailing semicolon in native parser
([#265](https://github.com/fortran-lang/fortls/issues/265))
- Fixed bug where parent scope for includes in AST could be `None`
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+gc8df48b',
VERSION: '0.1.dev1+g2ff0ce4',
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=0ec2b1d2"></script>
</div><script src="_static/documentation_options.js?v=8cfd1e84"></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=0ec2b1d2"></script>
</div><script src="_static/documentation_options.js?v=8cfd1e84"></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=0ec2b1d2"></script>
</div><script src="_static/documentation_options.js?v=8cfd1e84"></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=0ec2b1d2"></script>
</div><script src="_static/documentation_options.js?v=8cfd1e84"></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=0ec2b1d2"></script>
</div><script src="_static/documentation_options.js?v=8cfd1e84"></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=0ec2b1d2"></script>
</div><script src="_static/documentation_options.js?v=8cfd1e84"></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=0ec2b1d2"></script>
</div><script src="_static/documentation_options.js?v=8cfd1e84"></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 @@ -451,6 +451,8 @@ <h2>Fixed<a class="headerlink" href="#fixed" title="Link to this heading">¶</a>
(<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
(<a class="reference external" href="https://github.com/fortran-lang/fortls/issues/250">#250</a>)</p></li>
<li><p>Fixed bug with line continuations in lexical tokens
(<a class="reference external" href="https://github.com/fortran-lang/fortls/issues/235">#235</a>)</p></li>
<li><p>Fixed end of scope errors raised by trailing semicolon in native parser
(<a class="reference external" href="https://github.com/fortran-lang/fortls/issues/265">#265</a>)</p></li>
<li><p>Fixed bug where parent scope for includes in AST could be <code class="docutils literal notranslate"><span class="pre">None</span></code>
Expand Down Expand Up @@ -635,7 +637,7 @@ <h2>Fixed<a class="headerlink" href="#fixed" title="Link to this heading">¶</a>

</aside>
</div>
</div><script src="_static/documentation_options.js?v=0ec2b1d2"></script>
</div><script src="_static/documentation_options.js?v=8cfd1e84"></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=0ec2b1d2"></script>
</div><script src="_static/documentation_options.js?v=8cfd1e84"></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=0ec2b1d2"></script>
</div><script src="_static/documentation_options.js?v=8cfd1e84"></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=0ec2b1d2"></script>
</div><script src="_static/documentation_options.js?v=8cfd1e84"></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=0ec2b1d2"></script>
</div><script src="_static/documentation_options.js?v=8cfd1e84"></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=0ec2b1d2"></script>
</div><script src="_static/documentation_options.js?v=8cfd1e84"></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: 2 additions & 2 deletions quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ <h1>Get Started<a class="headerlink" href="#get-started" title="Link to this hea
<p class="sd-p-0 sd-m-0"><a class="reference external" href="https://github.com/gnikit">gnikit</a></p>
</div>
<div class="sd-col sd-col-auto sd-d-flex-row sd-align-minor-center docutils">
<p class="sd-p-0 sd-m-0"><span class="sd-pr-2"><svg version="1.1" width="16.0px" height="16.0px" class="sd-octicon sd-octicon-calendar" viewBox="0 0 16 16" aria-hidden="true"><path fill-rule="evenodd" d="M4.75 0a.75.75 0 01.75.75V2h5V.75a.75.75 0 011.5 0V2h1.25c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0113.25 16H2.75A1.75 1.75 0 011 14.25V3.75C1 2.784 1.784 2 2.75 2H4V.75A.75.75 0 014.75 0zm0 3.5h8.5a.25.25 0 01.25.25V6h-11V3.75a.25.25 0 01.25-.25h2zm-2.25 4v6.75c0 .138.112.25.25.25h10.5a.25.25 0 00.25-.25V7.5h-11z"></path></svg></span>May 19, 2024</p>
<p class="sd-p-0 sd-m-0"><span class="sd-pr-2"><svg version="1.1" width="16.0px" height="16.0px" class="sd-octicon sd-octicon-calendar" viewBox="0 0 16 16" aria-hidden="true"><path fill-rule="evenodd" d="M4.75 0a.75.75 0 01.75.75V2h5V.75a.75.75 0 011.5 0V2h1.25c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0113.25 16H2.75A1.75 1.75 0 011 14.25V3.75C1 2.784 1.784 2 2.75 2H4V.75A.75.75 0 014.75 0zm0 3.5h8.5a.25.25 0 01.25.25V6h-11V3.75a.25.25 0 01.25-.25h2zm-2.25 4v6.75c0 .138.112.25.25.25h10.5a.25.25 0 00.25-.25V7.5h-11z"></path></svg></span>May 20, 2024</p>
</div>
<div class="sd-col sd-col-auto sd-d-flex-row sd-align-minor-center docutils">
<p class="sd-p-0 sd-m-0"><span class="sd-pr-2"><svg version="1.1" width="16.0px" height="16.0px" class="sd-octicon sd-octicon-clock" viewBox="0 0 16 16" aria-hidden="true"><path fill-rule="evenodd" d="M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zm.5 4.75a.75.75 0 00-1.5 0v3.5a.75.75 0 00.471.696l2.5 1a.75.75 0 00.557-1.392L8.5 7.742V4.75z"></path></svg></span>1 min read</p>
Expand Down 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=0ec2b1d2"></script>
</div><script src="_static/documentation_options.js?v=8cfd1e84"></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=0ec2b1d2"></script>
</div><script src="_static/documentation_options.js?v=8cfd1e84"></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 43cc0cd

Please sign in to comment.