File tree Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Original file line number Diff line number Diff line change
1
+ {% extends "base.html" %}
2
+
3
+ {% block outdated %}
4
+ This document is for a version of the library other than the latest (current) version.
5
+ < a href ="{{ '../' ~ base_url }} ">
6
+ < strong > Take me to the current version's docs.</ strong >
7
+ </ a >
8
+ {% endblock %}
Original file line number Diff line number Diff line change @@ -14,11 +14,14 @@ h11==0.14.0
14
14
httpcore==1.0.3
15
15
httpx==0.26.0
16
16
idna==3.6
17
+ importlib_metadata==7.0.2
18
+ importlib_resources==6.1.3
17
19
iniconfig==2.0.0
18
20
Jinja2==3.1.3
19
21
Markdown==3.5.2
20
22
MarkupSafe==2.1.5
21
23
mergedeep==1.3.4
24
+ mike==2.0.0
22
25
mkdocs==1.5.3
23
26
mkdocs-autorefs==0.5.0
24
27
mkdocs-gen-files==0.5.0
@@ -38,6 +41,7 @@ pydantic==2.6.1
38
41
pydantic_core==2.16.2
39
42
Pygments==2.17.2
40
43
pymdown-extensions==10.7
44
+ pyparsing==3.1.2
41
45
pytest==8.0.1
42
46
python-dateutil==2.8.2
43
47
PyYAML==6.0.1
@@ -50,4 +54,6 @@ sniffio==1.3.0
50
54
tqdm==4.66.2
51
55
typing_extensions==4.9.0
52
56
urllib3==2.2.0
57
+ verspec==0.1.0
53
58
watchdog==4.0.0
59
+ zipp==3.17.0
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ watch: [README.md, src/openai]
8
8
9
9
theme :
10
10
name : material
11
+ custom_dir : docs/overrides
11
12
icon :
12
13
repo : fontawesome/brands/git-alt
13
14
@@ -28,12 +29,8 @@ theme:
28
29
name : Switch to light mode
29
30
30
31
font :
31
- # text: Sora # BIG!
32
32
text : Inter
33
- # text: Actor
34
-
35
33
code : Chivo Mono
36
- # code: Martian Mono # BIG!
37
34
38
35
features :
39
36
- content.code.annotate
@@ -116,8 +113,8 @@ extra:
116
113
social :
117
114
- icon : fontawesome/brands/github
118
115
link : https://github.com/mmacy
119
- # version:
120
- # provider: mike
116
+ version :
117
+ provider : mike
121
118
122
119
nav :
123
120
- Welcome :
You can’t perform that action at this time.
0 commit comments