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

Fix linter error in docs #1042

Merged
merged 1 commit into from
Feb 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions doc/source/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
</div>
{% endblock %} {%- include "footer.html" %}
</main>
{% endblock %} {% block docs_toc %} {% endblock %} {% block docs_navbar %} {%-
endblock %} {%- block footer %} {%- endblock %}

<script
async
Expand Down Expand Up @@ -73,3 +71,6 @@
data-domain="flower.dev"
src="https://plausible.io/js/plausible.js"
></script>

{% endblock %} {% block docs_toc %} {% endblock %} {% block docs_navbar %} {%-
endblock %} {%- block footer %} {%- endblock %}
2 changes: 1 addition & 1 deletion doc/source/getting-started-for-contributors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Run Linters and Tests
$ ./dev/test.sh

Run Github Actions (CI) locally
~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Developers could run the full set of Github Actions workflows under their local
environment by using `Act <https://github.com/nektos/act>_`. Please refer to
Expand Down