We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00a449 commit f7be26aCopy full SHA for f7be26a
.azure-pipelines/docs-steps.yml
@@ -12,7 +12,8 @@ steps:
12
inputs:
13
versionSpec: '>=3.6'
14
15
-- script: python -m pip install sphinx==2.2.0 blurb python-docs-theme
+- script: python -m pip install -r requirements.txt
16
+ workingDirectory: '$(build.sourcesDirectory)/Doc'
17
displayName: 'Install build dependencies'
18
19
- ${{ if ne(parameters.latex, 'true') }}:
0 commit comments