Skip to content

Commit d4faea0

Browse files
authored
Fixing doc requerements - remove dummy package (#846)
* Update ci.yml * Update requirements-doc.txt * Update ci.yml * Update requirements-doc.txt * Update ci.yml * Update nightly.yml * Update requirements-doc.txt * Update requirements-doc.txt * Update requirements-doc.txt
1 parent b769845 commit d4faea0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.ci/pipeline/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ variables:
2222
- name: MACOSX_DEPLOYMENT_TARGET
2323
value: '10.15'
2424
- name: python.version
25-
value: '3.7'
25+
value: '3.9'
2626
- name: 'PYTHON'
2727
value: python
2828
- name: 'ARGS'
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- task: UsePythonVersion@0
3939
inputs:
40-
versionSpec: '3.7'
40+
versionSpec: '$(python.version)'
4141
addToPath: true
4242
- script: |
4343
python -m pip install --upgrade pip setuptools

.ci/pipeline/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
variables:
1818
COVERITY_TOOL_HOME: $(Agent.BuildDirectory)/cov-analysis
1919
DESCRIPTION: Nightly
20-
python.version: '3.8'
20+
python.version: '3.9'
2121
PYTHON: 'python'
2222
ARGS: '1'
2323
OFF_ONEDAL_IFACE: '1'

requirements-doc.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ beautifulsoup4==4.10.0
77
bleach==4.1.0
88
certifi==2021.10.8
99
charset-normalizer==2.0.7
10-
click==8.0.3
10+
click
1111
decorator==5.1.0
1212
defusedxml==0.7.1
1313
docutils==0.16
@@ -36,7 +36,6 @@ pandocfilters==1.5.0
3636
parso==0.8.2
3737
pexpect==4.8.0
3838
pickleshare==0.7.5
39-
pkg-resources==0.0.0
4039
prompt-toolkit==3.0.21
4140
ptyprocess==0.7.0
4241
pydata-sphinx-theme==0.6.3
@@ -53,6 +52,7 @@ snowballstemmer==2.1.0
5352
soupsieve==2.2.1
5453
Sphinx==3.5.4
5554
sphinx-book-theme==0.1.6
55+
sphinx_rtd_theme
5656
sphinxcontrib-applehelp==1.0.2
5757
sphinxcontrib-devhelp==1.0.2
5858
sphinxcontrib-htmlhelp==2.0.0
@@ -66,4 +66,4 @@ typing-extensions==3.10.0.2
6666
urllib3==1.26.7
6767
wcwidth==0.2.5
6868
webencodings==0.5.1
69-
zipp==3.6.0
69+
zipp==3.6.0

0 commit comments

Comments
 (0)