Skip to content

Commit 6a253b8

Browse files
committed
fix default docs make serve and bold style
1 parent 43d205c commit 6a253b8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# You can set these variables from the command line, and also
55
# from the environment for the first two.
6-
SPHINXOPTS ?=
6+
SPHINXOPTS ?= -D language='en' -A GAID='xxx' -A VERSION='refs/heads/master'
77
TX ?= tx
88
SPHINXBUILD ?= sphinx-build
99
SPHINXINTL ?= sphinx-intl
@@ -38,7 +38,11 @@ else
3838
@$(TX) pull -l "$(LOC)"
3939
endif
4040

41-
.PHONY: help serve update push pull Makefile
41+
clean:
42+
rm -r _build
43+
rm -r reference/api
44+
45+
.PHONY: help serve update push pull clean Makefile
4246

4347
# Catch-all target: route all unknown targets to Sphinx using the new
4448
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).

docs/theme/static/css/gino.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ code, kbd, samp {
2727
border-radius: 2px;
2828
}
2929

30+
strong {
31+
font-weight: 700;
32+
}
33+
3034
:root {
3135
--v-primary-base: #212B73;
3236
--v-secondary-base: #AD755C;

0 commit comments

Comments
 (0)