File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -37,9 +37,6 @@ def entire_domain(host):
37
37
entire_domain ("img.shields.io" ),
38
38
"https://github.com/Julian/referencing-http/actions" ,
39
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
40
]
44
41
45
42
# = Extensions =
You can’t perform that action at this time.
0 commit comments