Skip to content

Commit

Permalink
Fix build on RTD (apache#12551)
Browse files Browse the repository at this point in the history
  • Loading branch information
mik-laj authored Nov 23, 2020
1 parent ed09915 commit 8e1a6e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ repos:
language: system
entry: "./scripts/ci/pre_commit/pre_commit_mypy.sh"
files: ^docs/.*\.py$
exclude: rtd-deprecation
require_serial: true
- id: pylint
name: Run pylint
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
version: 2
formats: []
sphinx:
configuration: docs/rtd-deprecation/conf_rtd.py
configuration: docs/rtd-deprecation/conf.py
python:
version: 3.7
install:
Expand Down
File renamed without changes.

0 comments on commit 8e1a6e1

Please sign in to comment.