Skip to content

Commit f354fd5

Browse files
Remove sphinx_rtd_theme from CI (#510)
1 parent 941bbea commit f354fd5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: ./.github/actions/install-machine-learning
3737
- name: Install Dependencies
3838
run: |
39-
pip install jupyter sphinx_rtd_theme qiskit-terra[visualization] 'torchvision<0.10.0'
39+
pip install jupyter qiskit-terra[visualization] 'torchvision<0.10.0'
4040
sudo apt-get install -y pandoc graphviz
4141
shell: bash
4242
- name: Build and publish
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install dependencies
6969
run: |
7070
python -m pip install --upgrade pip
71-
pip install jupyter sphinx_rtd_theme qiskit-terra[visualization] 'torchvision<0.10.0' tox
71+
pip install jupyter qiskit-terra[visualization] 'torchvision<0.10.0' tox
7272
sudo apt-get install -y graphviz pandoc
7373
- name: Build and publish
7474
env:

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- uses: ./.github/actions/install-machine-learning
6464
- name: Install Dependencies
6565
run: |
66-
pip install jupyter sphinx_rtd_theme qiskit-terra[visualization] 'torchvision<0.10.0'
66+
pip install jupyter qiskit-terra[visualization] 'torchvision<0.10.0'
6767
sudo apt-get -y install pandoc graphviz
6868
sudo apt-get -y install python3-enchant
6969
sudo apt-get -y install hunspell-en-us
@@ -206,7 +206,7 @@ jobs:
206206
- uses: ./.github/actions/install-machine-learning
207207
- name: Install Dependencies
208208
run: |
209-
pip install jupyter sphinx_rtd_theme qiskit-terra[visualization] 'torchvision<0.10.0'
209+
pip install jupyter qiskit-terra[visualization] 'torchvision<0.10.0'
210210
sudo apt-get install -y pandoc graphviz
211211
shell: bash
212212
- name: Run Machine Learning Tutorials

0 commit comments

Comments
 (0)