Skip to content

Commit 369fd0f

Browse files
committed
remove rstcheck
1 parent f6bb142 commit 369fd0f

File tree

4 files changed

+0
-48
lines changed

4 files changed

+0
-48
lines changed

.github/workflows/rstcheck.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

azure-pipelines.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ jobs:
7878
- script: |
7979
ruff check .
8080
displayName: 'Ruff'
81-
- script: |
82-
rstcheck -r ./_doc ./pandas_streaming
83-
displayName: 'rstcheck'
8481
- script: |
8582
black --diff .
8683
displayName: 'Black'
@@ -119,9 +116,6 @@ jobs:
119116
- script: |
120117
ruff check .
121118
displayName: 'Ruff'
122-
- script: |
123-
rstcheck -r ./_doc ./pandas_streaming
124-
displayName: 'rstcheck'
125119
- script: |
126120
black --diff .
127121
displayName: 'Black'

pyproject.toml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
[tool.rstcheck]
2-
report_level = "INFO"
3-
ignore_directives = [
4-
"autoclass",
5-
"autofunction",
6-
"automodule",
7-
"exreflist",
8-
"gdot",
9-
"image-sg",
10-
"pr",
11-
"runpython",
12-
]
13-
ignore_roles = ["epkg"]
14-
151
[tool.ruff]
162

173
# Exclude a variety of commonly ignored directories.

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ pycodestyle
1414
pylint>=2.14.0
1515
pytest
1616
pytest-cov
17-
rstcheck[sphinx,toml]
1817
ruff
1918
scikit-learn
2019
scipy

0 commit comments

Comments
 (0)