diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index db90f33..1edfc30 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: blacken-docs additional_dependencies: [black==23.1.0] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -26,7 +26,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/asottile/pyupgrade - rev: v3.14.0 + rev: v3.15.0 hooks: - id: pyupgrade args: [--py3-plus] diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8bec8b5..15c7249 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,3 +11,4 @@ sphinx: python: install: - path: . + - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..cbf1e36 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,2 @@ +sphinx +sphinx-rtd-theme