aboutsummaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2020-12-15 17:23:03 +0100
committerGitHub <noreply@github.com>2020-12-15 17:23:03 +0100
commitc8a10d2fabff492ab352501c316baf5f2fc6510e (patch)
tree970981bfcb0c79d0d8ef91c7d74e282ffcdb3785 /.azure-pipelines
parent3ca2b8fd75043927f0bb03b8dac72d32beae255d (diff)
downloadcpython3-c8a10d2fabff492ab352501c316baf5f2fc6510e.tar.gz
bpo-36675: Doc: Reveal doctest directives (GH-23620)
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/docs-steps.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines/docs-steps.yml b/.azure-pipelines/docs-steps.yml
index 55c38611b9..8e72baf2b1 100644
--- a/.azure-pipelines/docs-steps.yml
+++ b/.azure-pipelines/docs-steps.yml
@@ -12,7 +12,7 @@ steps:
inputs:
versionSpec: '>=3.6'
-- script: python -m pip install sphinx==2.2.0 blurb python-docs-theme
+- script: python -m pip install sphinx==3.2.1 blurb python-docs-theme
displayName: 'Install build dependencies'
- ${{ if ne(parameters.latex, 'true') }}:
@@ -31,7 +31,7 @@ steps:
- ${{ if eq(parameters.upload, 'true') }}:
- task: PublishBuildArtifacts@1
displayName: 'Publish docs'
-
+
inputs:
PathToPublish: '$(build.sourcesDirectory)/Doc/build'
ArtifactName: docs