Skip to content

Commit

Permalink
Fix #361 (#364)
Browse files Browse the repository at this point in the history
These were the only culprits
  • Loading branch information
paddyroddy authored Apr 25, 2024
1 parent b2454d7 commit 05a2698
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ repos:
hooks:
- id: prettier
args:
- --prose-wrap=always
- --quote-props=as-needed
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
Expand Down
3 changes: 1 addition & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
title: UCL ARC Python tooling
description:
Common Python tooling used in UCL's Advanced Research Computing center
description: Common Python tooling used in UCL's Advanced Research Computing center
theme: just-the-docs

url: https://UCL-ARC.github.io/python-tooling
Expand Down
6 changes: 2 additions & 4 deletions docs/pages/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ If you're using GitHub, one option is to host your docs on [GitHub pages].

[docstrings]: https://peps.python.org/pep-0257/#what-is-a-docstring
[GitHub pages]: https://docs.github.com/en/pages
[our template]:
https://github.com/UCL-ARC/python-tooling?tab=readme-ov-file#using-this-template
[template-docs-dot-yaml]:
https://github.com/UCL-ARC/python-tooling/blob/main/%7B%7Bcookiecutter.project_slug%7D%7D/.github/workflows/docs.yml
[our template]: https://github.com/UCL-ARC/python-tooling?tab=readme-ov-file#using-this-template
[template-docs-dot-yaml]: https://github.com/UCL-ARC/python-tooling/blob/main/%7B%7Bcookiecutter.project_slug%7D%7D/.github/workflows/docs.yml

## Documentation build tools

Expand Down
1 change: 0 additions & 1 deletion {{cookiecutter.project_slug}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ repos:
hooks:
- id: prettier
args:
- --prose-wrap=always
- --quote-props=as-needed
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
Expand Down

0 comments on commit 05a2698

Please sign in to comment.