Skip to content

Commit 0884da7

Browse files
authored
CI - remove rstcheck as there are no rst files left (#7014)
Recent documentation updates converted rst files to markdown. Remove rstcheck execution in the CI and drop it from requirements.
1 parent aba898c commit 0884da7

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ jobs:
123123
architecture: 'x64'
124124
- name: Install requirements
125125
run: pip install -r dev_tools/requirements/dev.env.txt
126-
- name: RST check
127-
run: find . -type f -name "*.rst" | xargs rstcheck
128126
- name: Doc check
129127
run: check/doctest -q
130128
nbformat:

dev_tools/requirements/deps/dev-tools.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,3 @@ asv
1212

1313
# For verifying behavior of qasm output.
1414
qiskit-aer~=0.12.0
15-
16-
# For verifying rst
17-
rstcheck

0 commit comments

Comments
 (0)