Skip to content

Commit

Permalink
Remove the temporary linkcheck skips.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Jan 3, 2024
1 parent c60eae4 commit ebc0007
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.12"

sphinx:
builder: dirhtml
configuration: docs/conf.py
fail_on_warning: true

formats: all

python:
install:
- requirements: docs/requirements.txt
3 changes: 0 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ def entire_domain(host):
entire_domain("img.shields.io"),
"https://github.com/Julian/referencing-http/actions",
"https://github.com/Julian/referencing-http/workflows/CI/badge.svg",
# REMOVEME: Once a release is out.
"https://pypi.org/project/referencing-http/",
entire_domain("referencing-http.readthedocs.io"),
]

# = Extensions =
Expand Down

0 comments on commit ebc0007

Please sign in to comment.