summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2023-03-27 19:52:23 +0100
committerGitHub <noreply@github.com>2023-03-27 19:52:23 +0100
commit4a8693aa44138ea4da6d4088f6e273a3256ff876 (patch)
treee7694bb0e7f4d616833e7210d29d3919ea7e55aa /docs
parent21a0e0eff50747879b2bea848d566ee26d773656 (diff)
downloadpip-4a8693aa44138ea4da6d4088f6e273a3256ff876.tar.gz
Build documentation with Sphinx 6 (#11904)
Diffstat (limited to 'docs')
-rw-r--r--docs/html/getting-started.md2
-rw-r--r--docs/requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/getting-started.md b/docs/html/getting-started.md
index 0967b0eb9..2b3f0bc93 100644
--- a/docs/html/getting-started.md
+++ b/docs/html/getting-started.md
@@ -98,5 +98,5 @@ Successfully uninstalled sampleproject
## Next Steps
It is recommended to learn about what virtual environments are and how to use
-them. This is covered in the ["Installing Packages"](pypug:tutorials/installing-packages)
+them. This is covered in the {doc}`Installing Packages <pypug:tutorials/installing-packages>`
tutorial on packaging.python.org.
diff --git a/docs/requirements.txt b/docs/requirements.txt
index fa3a7390c..ef72c8fb7 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -1,4 +1,4 @@
-sphinx ~= 4.2, != 4.4.0
+sphinx ~= 6.0
towncrier
furo
myst_parser