File tree Expand file tree Collapse file tree 3 files changed +30
-1
lines changed
Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1+ # Read the Docs configuration file
2+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+ # Required
5+ version : 2
6+
7+ # Set the OS, Python version, and other tools you might need
8+ build :
9+ os : ubuntu-24.04
10+ tools :
11+ python : " 3.13"
12+
13+ mkdocs :
14+ configuration : mkdocs.yml
15+ fail_on_warning : false
16+
17+ python :
18+ install :
19+ - method : pip
20+ path : .
21+ extra_requirements :
22+ - docs
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Frontend module and a Raspberry Pi Pico (Zero).
2929
3030## API Documentation
3131
32- See [ API Reference] ( https://readthedocs.com/bofh69/pn5180_tagomatic / ) .
32+ See [ API Reference] ( https://pn5180-tagomatic. readthedocs.io/en/latest / ) .
3333
3434## Installation
3535
Original file line number Diff line number Diff line change @@ -51,6 +51,13 @@ dev = [
5151 " types-pyserial>=3.5.0" ,
5252]
5353
54+ docs = [
55+ " mkdocs>=1.6.1" ,
56+ " mkdocs-material>=9.7.1" ,
57+ " mkdocs-material-extensions>=1.3.1" ,
58+ " mkdocstrings-python>=2.0.1" ,
59+ ]
60+
5461[project .urls ]
5562Homepage = " https://github.com/bofh69/PN5180-tagomatic"
5663Repository = " https://github.com/bofh69/PN5180-tagomatic"
You can’t perform that action at this time.
0 commit comments