Skip to content

Commit 48cf226

Browse files
authored
Replace link to bottle project page with pypi (pypa#1247)
1 parent 299428b commit 48cf226

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ sphinx:
99
# https://github.com/pyca/cryptography/issues/5863#issuecomment-792343136
1010
builder: dirhtml
1111

12+
build:
13+
os: ubuntu-22.04
14+
tools:
15+
python: "3.11"
16+
1217
python:
13-
version: 3.8
1418
install:
1519
- requirements: requirements.txt

source/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This is great for sharing simple scripts and snippets between people
6767
who both have compatible Python versions (such as via email,
6868
StackOverflow, or GitHub gists). There are even some entire Python
6969
libraries that offer this as an option, such as `bottle.py
70-
<https://bottlepy.org/docs/dev/>`_ and :doc:`boltons
70+
<https://pypi.org/project/bottle/>`_ and :doc:`boltons
7171
<boltons:architecture>`.
7272

7373
However, this pattern won't scale for projects that consist of

0 commit comments

Comments
 (0)