Skip to content

Commit 4a8693a

Browse files
authored
Build documentation with Sphinx 6 (#11904)
1 parent 21a0e0e commit 4a8693a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/html/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ Successfully uninstalled sampleproject
9898
## Next Steps
9999

100100
It is recommended to learn about what virtual environments are and how to use
101-
them. This is covered in the ["Installing Packages"](pypug:tutorials/installing-packages)
101+
them. This is covered in the {doc}`Installing Packages <pypug:tutorials/installing-packages>`
102102
tutorial on packaging.python.org.

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sphinx ~= 4.2, != 4.4.0
1+
sphinx ~= 6.0
22
towncrier
33
furo
44
myst_parser

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ def get_sphinx_build_command(kind: str) -> List[str]:
133133
# fmt: off
134134
return [
135135
"sphinx-build",
136+
"--keep-going",
136137
"-W",
137138
"-c", "docs/html", # see note above
138139
"-d", "docs/build/doctrees/" + kind,

0 commit comments

Comments
 (0)