Skip to content

Commit d715d9d

Browse files
authored
Merge pull request #7 from SOORAJTS2001/feat/readthedocs
Feat/readthedocs
2 parents 099223d + e65ff42 commit d715d9d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build:
1212

1313
# Build documentation in the "docs/" directory with Sphinx
1414
sphinx:
15-
configuration: docs/conf.py
15+
configuration: docs/source/conf.py
1616

1717
# Optionally, but recommended,
1818
# declare the Python requirements required to build your documentation

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ https://github.com/SOORAJTS2001/gazetteer/actions/workflows/ci.yml
44
)
55
![Python](https://img.shields.io/badge/python-3.12%20|%203.13%20|%203.14-blue)
66
![License](https://img.shields.io/github/license/SOORAJTS2001/gazetteer)
7-
7+
[![Documentation Status](https://app.readthedocs.org/projects/gazetteer/badge/?version=latest)](https://gazetteer.readthedocs.io/en/latest/)
88

99
A simple, fully offline, accurate boundary based reverse geocoding library in python
1010

11+
Docs - https://gazetteer.readthedocs.io/en/latest/
1112
### Reverse Geocoding
1213
It is a process of finding valid address out of coordinates (lat, long), that includes county,state,country etc..
1314

0 commit comments

Comments
 (0)