File tree Expand file tree Collapse file tree 4 files changed +19
-8
lines changed Expand file tree Collapse file tree 4 files changed +19
-8
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.11"
7+ jobs :
8+ pre_install :
9+ - make requirements
10+ - make package
11+ - python -m pip install -e .
12+ sphinx :
13+ configuration : docs/conf.py
14+
15+ python :
16+ install :
17+ - requirements : docs/requirements.txt
Original file line number Diff line number Diff line change @@ -74,3 +74,5 @@ It also provides some higher level functions for parsing and manipulating URLs.
7474 }
7575 >> > ada_url.replace_url(' http://example.org:80' , protocol = ' https:' )
7676 ' https://example.org/'
77+
78+ You can find more documentation at `Read the Docs <https://ada-url.readthedocs.io >`__.
Original file line number Diff line number Diff line change @@ -50,11 +50,3 @@ API Documentation
5050
5151.. automodule :: ada_url
5252 :members:
53-
54-
55- Indices and tables
56- ==================
57-
58- * :ref: `genindex `
59- * :ref: `modindex `
60- * :ref: `search `
You can’t perform that action at this time.
0 commit comments