Main-line Linux kernel tree http://www.kernel.org
Go to file
Mauro Carvalho Chehab 2834a7412b scripts: sphinx-pre-install: change recommendation text if venv exists
If one is running a Sphinx version older than what's recommended,
but there's already a newer working virtual env, change the
text, as it is just a matter of switching to the new venv, instead
of creating a new one from scratch.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/bcf79d0399a1c3444ca938dcdce599c3273980ab.1587478901.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2020-04-28 12:52:02 -06:00
arch
block
certs
crypto
Documentation doc: nvdimm: remove reference to non-existent CONFIG_NFIT_TEST 2020-04-28 12:46:07 -06:00
drivers ata: libata-core: fix a doc warning 2020-04-20 15:45:41 -06:00
fs fs: inode.c: get rid of docs warnings 2020-04-20 15:45:41 -06:00
include docs: Add rbtree documentation to the core-api 2020-04-21 10:29:19 -06:00
init
ipc
kernel futex: get rid of a kernel-docs build warning 2020-04-20 15:45:41 -06:00
lib docs: Add rbtree documentation to the core-api 2020-04-21 10:29:19 -06:00
LICENSES
mm
net
samples
scripts scripts: sphinx-pre-install: change recommendation text if venv exists 2020-04-28 12:52:02 -06:00
security
sound
tools docs: Add rbtree documentation to the core-api 2020-04-21 10:29:19 -06:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: Add entry for Leonardo Bras 2020-04-28 12:27:45 -06:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.