diff options
author | Julien Palard <julien@palard.fr> | 2020-12-15 17:23:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-15 17:23:03 +0100 |
commit | c8a10d2fabff492ab352501c316baf5f2fc6510e (patch) | |
tree | 970981bfcb0c79d0d8ef91c7d74e282ffcdb3785 /.azure-pipelines | |
parent | bpo-42639: atexit._run_exitfuncs() uses sys.unraisablehook (GH-23779) (diff) | |
download | cpython-c8a10d2fabff492ab352501c316baf5f2fc6510e.tar.gz cpython-c8a10d2fabff492ab352501c316baf5f2fc6510e.tar.bz2 cpython-c8a10d2fabff492ab352501c316baf5f2fc6510e.zip |
bpo-36675: Doc: Reveal doctest directives (GH-23620)
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/docs-steps.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines/docs-steps.yml b/.azure-pipelines/docs-steps.yml index 55c38611b95..8e72baf2b12 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 |