Skip to content

Commit

Permalink
Fix githubpages
Browse files Browse the repository at this point in the history
  • Loading branch information
unixelias committed Feb 17, 2017
1 parent fb4a524 commit eb683c5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.todo',
'sphinx.ext.coverage',
'sphinx.ext.githubpages']
'sphinx.ext.coverage',]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand All @@ -58,7 +57,7 @@
# built documents.
#
# The short X.Y version.
version = u'1.0.a1'
version = u'1.0a1'
# The full version, including alpha/beta/rc tags.
release = u'alfa'

Expand Down Expand Up @@ -177,5 +176,3 @@

# A list of files that should not be packed into the epub file.
epub_exclude_files = ['search.html']


0 comments on commit eb683c5

Please sign in to comment.