Skip to content

Commit

Permalink
Pin Sphinx version below 4.0.0 (#187) (#189)
Browse files Browse the repository at this point in the history
* Pin Sphinx version below 4.0.0

* Remove duplicate libraries

Co-authored-by: Manoel Marques <[email protected]>

Co-authored-by: Max Rossmannek <[email protected]>
  • Loading branch information
manoelmarques and mrossinek authored May 12, 2021
1 parent c538acb commit e3aec93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: ./.github/actions/install-nature
- name: Install Dependencies
run: |
pip install jupyter sphinx nbsphinx sphinx_rtd_theme 'matplotlib<3.3.0' qiskit-terra[visualization]
pip install jupyter sphinx_rtd_theme 'matplotlib<3.3.0' qiskit-terra[visualization]
sudo apt-get install -y pandoc graphviz
shell: bash
- name: Build and publish
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: ./.github/actions/install-nature
- name: Install Dependencies
run: |
pip install jupyter sphinx nbsphinx sphinx_rtd_theme 'matplotlib<3.3.0' qiskit-terra[visualization]
pip install jupyter sphinx_rtd_theme 'matplotlib<3.3.0' qiskit-terra[visualization]
sudo apt-get install -y pandoc graphviz
sudo apt-get -y install python3-enchant
sudo apt-get -y install hunspell-en-us
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
- uses: ./.github/actions/install-nature
- name: Install Dependencies
run: |
pip install jupyter sphinx nbsphinx sphinx_rtd_theme 'matplotlib<3.3.0' qiskit-terra[visualization]
pip install jupyter sphinx_rtd_theme 'matplotlib<3.3.0' qiskit-terra[visualization]
sudo apt-get install -y pandoc graphviz
shell: bash
- name: Run Qiskit Nature Tutorials
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pylatexenc>=1.4
stestr>=2.0.0
ddt>=1.2.0,!=1.4.0
reno>=3.2.0
Sphinx>=1.8.3,!=3.1.0
Sphinx>=1.8.3,!=3.1.0,<4
sphinx-tabs>=1.1.11
sphinx-autodoc-typehints
jupyter-sphinx
Expand Down

0 comments on commit e3aec93

Please sign in to comment.