chore(docs): add readthedocs config, add docs link
This commit is contained in:
14
.readthedocs.yaml
Normal file
14
.readthedocs.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: 2
|
||||
|
||||
build:
|
||||
os: ubuntu-24.04
|
||||
tools:
|
||||
python: "3.13"
|
||||
|
||||
sphinx:
|
||||
configuration: docs/conf.py
|
||||
|
||||
python:
|
||||
install:
|
||||
- path: .
|
||||
- requirements: docs/requirements.txt
|
||||
@@ -3,6 +3,7 @@
|
||||
[](https://pypi.org/project/pyqt-liquidglass/)
|
||||
[](https://www.python.org/downloads/)
|
||||
[](LICENSE.md)
|
||||
[](https://pyqt-liquidglass.readthedocs.io)
|
||||
|
||||
macOS Liquid Glass effects for PySide6 and PyQt6.
|
||||
|
||||
@@ -80,6 +81,10 @@ glass.apply_glass_to_window(window, options=options)
|
||||
|
||||
Tested with PySide6. PyQt6 should work but is not explicitly tested.
|
||||
|
||||
## Documentation
|
||||
|
||||
Full documentation: [pyqt-liquidglass.readthedocs.io](https://pyqt-liquidglass.readthedocs.io)
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
|
||||
@@ -37,6 +37,7 @@ keywords = [
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://git.kotikot.com/lib/pyqt-liquidglass"
|
||||
Documentation = "https://pyqt-liquidglass.readthedocs.io"
|
||||
Repository = "https://github.com/kotikotprojects/pyqt-liquidglass"
|
||||
|
||||
[build-system]
|
||||
|
||||
Reference in New Issue
Block a user