We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60eae4 commit ebc0007Copy full SHA for ebc0007
.readthedocs.yml
@@ -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
@@ -37,9 +37,6 @@ def entire_domain(host):
37
entire_domain("img.shields.io"),
38
"https://github.com/Julian/referencing-http/actions",
39
"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"),
43
]
44
45
# = Extensions =
0 commit comments