Skip to content

Commit

Permalink
[qa] Minor QA improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Aug 5, 2024
1 parent 9fa7b05 commit 69ac968
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install npm dependencies
run: sudo npm install -g stylelint

- name: QA checks
- name: QA checks, Build, Validate links (no 404s allowed), Check PDF
run: PRODUCTION=1 ./run-qa-checks

- name: Setup Google Cloud
Expand Down
9 changes: 8 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,14 @@
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This patterns also effect to html_static_path and html_extra_path
exclude_patterns = ['README.rst', '_build', 'Thumbs.db', '.DS_Store', 'modules/*', '*/README.rst']
exclude_patterns = [
'README.rst',
'_build',
'Thumbs.db',
'.DS_Store',
'modules/*',
'*/README.rst',
]

# The reST default role (used for this markup: `text`) to use for all
# documents.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[tool.docstrfmt]
extend_exclude = ["*.py", "**/**/*.py"]
extend_exclude = ["*.py", "**/*.py", "modules/**/*.rst"]

0 comments on commit 69ac968

Please sign in to comment.