Skip to content

Commit f2e4034

Browse files
authored
Configuration for Read the Docs (#10)
1 parent 2cbfee3 commit f2e4034

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
lines changed

.readthedocs.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

README.rst

+2
Original file line numberDiff line numberDiff 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>`__.

docs/index.rst

-8
Original file line numberDiff line numberDiff 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`

docs/requirements.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)