mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 17:00:46 +00:00
Doc notes
This commit is contained in:
@@ -10,10 +10,7 @@ build:
|
|||||||
os: ubuntu-20.04
|
os: ubuntu-20.04
|
||||||
tools:
|
tools:
|
||||||
python: "3.10"
|
python: "3.10"
|
||||||
# You can also specify other tool versions:
|
|
||||||
# nodejs: "16"
|
|
||||||
# rust: "1.55"
|
|
||||||
# golang: "1.17"
|
|
||||||
|
|
||||||
# Build documentation in the docs/ directory with Sphinx
|
# Build documentation in the docs/ directory with Sphinx
|
||||||
sphinx:
|
sphinx:
|
||||||
@@ -23,6 +20,9 @@ sphinx:
|
|||||||
formats:
|
formats:
|
||||||
- pdf
|
- pdf
|
||||||
|
|
||||||
|
# FIXME: We should be installing the `doc` dependency group and not the `doc`
|
||||||
|
# extra.
|
||||||
|
|
||||||
#Optionally declare the Python requirements required to build your docs
|
#Optionally declare the Python requirements required to build your docs
|
||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
|
|||||||
@@ -54,3 +54,7 @@ build-backend = "uv_build"
|
|||||||
dev = [
|
dev = [
|
||||||
"ruff>=0.13.1",
|
"ruff>=0.13.1",
|
||||||
]
|
]
|
||||||
|
doc = [
|
||||||
|
"sphinx>=7.4.7",
|
||||||
|
"sphinx-rtd-theme>=3.0.2",
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user