File tree Expand file tree Collapse file tree 6 files changed +260
-257
lines changed Expand file tree Collapse file tree 6 files changed +260
-257
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ VENV_UPG := $(VENV_TYPES:%=venv-%-upgrade)
13
13
VENV_DEPS := $(VENV_TYPES:%=venv-% )
14
14
VENV_INST_UPG := $(VENV_DEPS ) $(VENV_UPG )
15
15
16
- IMAGES_TYPES := full minimal dev
16
+ IMAGES_TYPES := full minimal
17
17
DISTROS := alpine ubuntu
18
18
alpine_images := $(IMAGES_TYPES:%=docker-alpine-% )
19
19
ubuntu_images := $(IMAGES_TYPES:%=docker-ubuntu-% )
Original file line number Diff line number Diff line change 2
2
Glances ChangeLog
3
3
============================================================================
4
4
5
+ ===============
6
+ Version 4.3.0.7
7
+ ===============
8
+
9
+ Bug corrected:
10
+
11
+ * WebUI if is notresponsive on mobile #3059
12
+
5
13
===============
6
14
Version 4.3.0.6
7
15
===============
Original file line number Diff line number Diff line change 3
3
4
4
# You can set these variables from the command line.
5
5
SPHINXOPTS =
6
- SPHINXBUILD = ../venv-dev /bin/sphinx-build
6
+ SPHINXBUILD = ../venv/bin/sphinx-build
7
7
PAPER =
8
8
BUILDDIR = _build
9
9
You can’t perform that action at this time.
0 commit comments