Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
121eb169
Commit
121eb169
authored
Oct 21, 2018
by
Xtreak
Committed by
Julien Palard
Oct 21, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-34081: Fix wrong example link that was linking to distutils (GH-8248)
parent
c3f52a59
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
.azure-pipelines/docs-steps.yml
.azure-pipelines/docs-steps.yml
+1
-1
Doc/Makefile
Doc/Makefile
+1
-1
Misc/NEWS.d/next/Build/2018-09-06-07-15-20.bpo-34081.cuSTnH.rst
...EWS.d/next/Build/2018-09-06-07-15-20.bpo-34081.cuSTnH.rst
+1
-0
No files found.
.azure-pipelines/docs-steps.yml
View file @
121eb169
...
...
@@ -12,7 +12,7 @@ steps:
inputs
:
versionSpec
:
'
>=3.6'
-
script
:
python -m pip install sphinx
~=1.6
.1 blurb python-docs-theme
-
script
:
python -m pip install sphinx
==1.8
.1 blurb python-docs-theme
displayName
:
'
Install
build
dependencies'
-
${{ if ne(parameters.latex, 'true') }}
:
...
...
Doc/Makefile
View file @
121eb169
...
...
@@ -12,7 +12,7 @@ PAPER =
SOURCES
=
DISTVERSION
=
$(
shell
$(PYTHON)
tools/extensions/patchlevel.py
)
ALLSPHINXOPTS
=
-b
$(BUILDER)
-d
build/doctrees
-D
latex_elements.papersize
=
$(PAPER)
\
ALLSPHINXOPTS
=
-b
$(BUILDER)
-d
build/doctrees
-
W
-
D
latex_elements.papersize
=
$(PAPER)
\
$(SPHINXOPTS)
.
build/
$(BUILDER)
$(SOURCES)
.PHONY
:
help build html htmlhelp latex text changes linkcheck
\
...
...
Misc/NEWS.d/next/Build/2018-09-06-07-15-20.bpo-34081.cuSTnH.rst
0 → 100644
View file @
121eb169
Make Sphinx warnings as errors in the Docs Makefile.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment