Skip to content

Commit

Permalink
docs: remove sphinx extensions autodoc and githubpages
Browse files Browse the repository at this point in the history
ReadTheDocs does not seem to like the githubpages extension.

Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
  • Loading branch information
netoptimizer committed Sep 17, 2016
1 parent af41175 commit 6fcc6a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kernel/Documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
# 'sphinx.ext.autodoc',
# 'sphinx.ext.githubpages',
#
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'sphinx.ext.todo',
'sphinx.ext.githubpages',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit 6fcc6a0

Please sign in to comment.