Skip to content

Commit ebc0007

Browse files
committed
Remove the temporary linkcheck skips.
1 parent c60eae4 commit ebc0007

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

.readthedocs.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.12"
7+
8+
sphinx:
9+
builder: dirhtml
10+
configuration: docs/conf.py
11+
fail_on_warning: true
12+
13+
formats: all
14+
15+
python:
16+
install:
17+
- requirements: docs/requirements.txt

docs/conf.py

-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ def entire_domain(host):
3737
entire_domain("img.shields.io"),
3838
"https://github.com/Julian/referencing-http/actions",
3939
"https://github.com/Julian/referencing-http/workflows/CI/badge.svg",
40-
# REMOVEME: Once a release is out.
41-
"https://pypi.org/project/referencing-http/",
42-
entire_domain("referencing-http.readthedocs.io"),
4340
]
4441

4542
# = Extensions =

0 commit comments

Comments
 (0)