Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/_static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,15 @@
.wy-side-nav-search > a img.logo, .wy-side-nav-search .wy-dropdown > a img.logo {
width: 100px !important;
}

.wy-nav-side {
background-color: #2c3e50;
}

.wy-side-nav-search {
background-color: #2c3e50;
}

.wy-menu-vertical p.caption {
color: #fff;
}
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
#
# The short X.Y version.
with open("../VERSION", 'r') as f:
version = f.read().strip()
version = 'v' + f.read().strip()

# The full version, including alpha/beta/rc tags.
release = version
Expand Down
4 changes: 3 additions & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ Installation
=============
The CodeGrade filesystem has to be installed and both the ``cgfs`` and the
``cgapi-consumer`` helper program must be available from the user's ``$PATH``
to successfully install and use the Vim editor plugin.
to successfully install and use the Vim editor plugin. This should be
automatically done when installing the CodeGrade Filesystem with the official
installer.

Vim 8 and up
-------------
Expand Down