File: stb.1

package info (click to toggle)
sphinx-theme-builder 0.2.0b2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 448 kB
  • sloc: python: 2,227; sh: 19; makefile: 3
file content (56 lines) | stat: -rw-r--r-- 1,235 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.\" Text automatically generated by txt2man
.TH stb 1 "01 April 2024" "stb-0.2.0b2" "General Use Manual"
.SH NAME
\fBstb \fP- A tool for authoring Sphinx themes with a simple (opinionated) workflow.
\fB
.SH SYNOPSIS
.nf
.fam C
 \fBstb\fP [\fIOPTIONS\fP] \fICOMMAND\fP [ARGS]\.\.\.

.fam T
.fi
.fam T
.fi
.SH DESCRIPTION
sphinx-theme-builder is a tool authoring Sphinx themes with a simple (opinionated) workflow. 
sphinx-theme-builder helps make it easier to write sphinx themes.
.IP \(bu 3
simplified packaging experience
.IP \(bu 3
simplified JavaScript tooling setup
.IP \(bu 3
development server, with rebuild-on-save and automagical browser reloading
.IP \(bu 3
consistent repository structure across themes
.SH OPTIONS
.TP
.B
\fB--help\fP
Show this message and exit.
.SH COMMANDS
.TP
.B
compile
Compile the current project's assets.
.TP
.B
new
Create a new project.
.TP
.B
npm
Interact with the npm, available in the environment.
.TP
.B
package
Generate Python distribution files.
.TP
.B
serve
Serve the provided documentation, with livereload on changes.
.SH AUTHORS
Written by Pradyun Gedam <mail@pradyunsg.me>
.PP
This manual page was written by Bo YU <tsu.yubo@gmail.com> for the Debian project 
(but may be used by others).