Skip to content
This repository was archived by the owner on Aug 19, 2023. It is now read-only.

Commit 2b423d0

Browse files
Bump Meta (#1785)
Bump the meta repo version to include: qiskit-terra==0.25.0 --------- Co-authored-by: Matthew Treinish <[email protected]>
1 parent bb1c604 commit 2b423d0

File tree

6 files changed

+1331
-43
lines changed

6 files changed

+1331
-43
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
python-version: [3.7, 3.8, 3.9, "3.10"]
13+
python-version: [3.8, 3.9, "3.10", "3.11"]
1414
os: ["ubuntu-latest"]
1515
steps:
1616
- uses: actions/checkout@v2
@@ -80,7 +80,7 @@ jobs:
8080
run: |
8181
set -e
8282
git clone https://github.com/Qiskit/qiskit-tutorials
83-
pip install -c constraints.txt -U jupyter sphinx nbsphinx networkx qiskit_sphinx_theme 'matplotlib>=3.3.0' qiskit-terra[visualization] cvxpy 'pyscf<1.7.4' scikit-learn
83+
pip install -c constraints.txt -U jupyter sphinx nbsphinx networkx qiskit_sphinx_theme 'matplotlib>=3.3.0' qiskit-terra[visualization] cvxpy 'pyscf<1.7.4' scikit-learn qiskit-aer
8484
pip install -c constraints.txt -U .
8585
sudo apt-get install -y pandoc graphviz
8686
- name: Run tutorials

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# The short X.Y version
3737
version = ""
3838
# The full version, including alpha/beta/rc tags
39-
release = "0.43.3"
39+
release = "0.44.0"
4040

4141
docs_url_prefix = "documentation" # i.e., www.qiskit.org/documentation/
4242

@@ -197,6 +197,7 @@
197197
# Only add type hints from signature to description body if the parameter has documentation. The
198198
# return type is always added to the description (if in the signature).
199199
autodoc_typehints_description_target = "documented_params"
200+
add_module_name = True
200201

201202
# Plot directive configuration
202203
# ----------------------------

0 commit comments

Comments
 (0)