Commit d0a016b 1 parent b62b073 commit d0a016b Copy full SHA for d0a016b
File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 42
42
QISKIT_PARALLEL : False
43
43
QISKIT_DOCS_BUILD_TUTORIALS : ' always'
44
44
run : |
45
+ echo "earliest_version: 0.1.0" >> releasenotes/config.yaml
45
46
make html SPHINXOPTS=-W
46
47
tools/deploy_documentation.sh
47
48
shell : bash
71
72
QISKIT_PARALLEL : False
72
73
QISKIT_DOCS_BUILD_TUTORIALS : ' always'
73
74
run : |
75
+ echo "earliest_version: 0.1.0" >> releasenotes/config.yaml
74
76
tools/deploy_translatable_strings.sh
75
77
shell : bash
Original file line number Diff line number Diff line change 62
62
sudo apt-get -y install python3-enchant
63
63
sudo apt-get -y install hunspell-en-us
64
64
pip install pyenchant
65
+ echo "earliest_version: 0.1.0" >> releasenotes/config.yaml
65
66
shell : bash
66
67
- run : pip check
67
68
if : ${{ !cancelled() }}
@@ -175,6 +176,7 @@ jobs:
175
176
QISKIT_PARALLEL : False
176
177
QISKIT_DOCS_BUILD_TUTORIALS : ' always'
177
178
run : |
179
+ echo "earliest_version: 0.1.0" >> releasenotes/config.yaml
178
180
make html SPHINXOPTS=-W
179
181
cd docs/_build/html
180
182
mkdir artifacts
Original file line number Diff line number Diff line change @@ -61,16 +61,16 @@ test_ci:
61
61
62
62
spell :
63
63
pylint -rn --disable=all --enable=spelling --spelling-dict=en_US --spelling-private-dict-file=.pylintdict qiskit_finance test tools
64
- make -C docs spell SPHINXOPTS= $(SPHINXOPTS )
64
+ sphinx-build -M spelling docs docs/_build -W $(SPHINXOPTS )
65
65
66
66
copyright :
67
67
python tools/check_copyright.py
68
68
69
69
html :
70
- make -C docs html SPHINXOPTS= $(SPHINXOPTS )
70
+ sphinx-build -M html docs docs/_build $(SPHINXOPTS )
71
71
72
72
doctest :
73
- make -C docs doctest SPHINXOPTS= $(SPHINXOPTS )
73
+ sphinx-build -M doctest docs docs/_build $(SPHINXOPTS )
74
74
75
75
clean_sphinx :
76
76
make -C docs clean
You can’t perform that action at this time.
0 commit comments