Skip to content
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
2 changes: 1 addition & 1 deletion src/beeware_docs_tools/overrides/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<a class="nav-link" href="https://beeware.org/news">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://beeware.org/membership">Donate</a>
<a class="nav-link" href="https://beeware.org/membership">Sponsor</a>
</li>
</ul>
<div class="palette_toggle">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ In addition to the tests passing, this should report [100% test coverage][code-c

#### Run tests for multiple versions of Python

By default, many of the `tox` commands will attempt to run the test suite multiple times, once for each Python version supported by {{ formal_name }}. To do this, though, each of the Python versions must be installed on your machine and available to `tox`'s Python [discovery](https://virtualenv.pypa.io/en/latest/user_guide.html#python-discovery) process. In general, if a version of Python is available via `PATH`, then `tox` should be able to find and use it.
By default, many of the `tox` commands will attempt to run the test suite multiple times, once for each Python version supported by {{ formal_name }}. To do this, though, each of the Python versions must be installed on your machine and available to `tox`'s Python [discovery](https://virtualenv.pypa.io/en/latest/explanation.html#python-discovery) process. In general, if a version of Python is available via `PATH`, then `tox` should be able to find and use it.

#### Run only the test suite

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ commands:
translate : build_po_translations de es fr it pt zh_CN zh_TW -d {[docs]shared_content_dir}
translate : update_machine_translations --soft-fail -d {[docs]shared_content_dir} de es fr it pt zh_CN zh_TW
lint : markdown-checker --dir {[docs]docs_dir} --func check_broken_urls
lint : markdown-checker --dir {[docs]shared_content_dir} --func check_broken_urls "--skip-urls-containing=https://app.readthedocs.org/projects/{{ project_name }}-fr/"
lint : markdown-checker --dir {[docs]shared_content_dir} --func check_broken_urls "--skip-urls-containing=https://app.readthedocs.org/projects/{{ project_name }}-fr/,https://example.com/"
lint : pyspelling
live : live_serve_en {posargs} src --source-code=src
en : build_md_translations {posargs} --source-code=src en
Expand Down