From 2fea7495405b70bfed4873ab86762cb3875ec4f2 Mon Sep 17 00:00:00 2001 From: "david.poulter" Date: Mon, 12 Aug 2024 14:21:00 +0100 Subject: [PATCH] Remove doc change test --- .pre-commit-config.yaml | 2 +- docs/contributing.rst | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 85c8920..4c91006 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -56,4 +56,4 @@ repos: name: docs entry: bash -c "poetry run sphinx-build -M dummy ./docs ./docs/_build -W -q -a" language: system - types: [ file, python, rst, toml ] + types_or: [ file, python, rst, toml, markdown ] diff --git a/docs/contributing.rst b/docs/contributing.rst index 48c6674..3bdd7dc 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -1,2 +1 @@ -.. include:: ../CONTRIBUTING.rst -.. include:: badger \ No newline at end of file +.. include:: ../CONTRIBUTING.rst \ No newline at end of file