Skip to content

Commit

Permalink
fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
fishroot committed Mar 25, 2019
1 parent 623c969 commit ede5933
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
5 changes: 4 additions & 1 deletion conf.py
Expand Up @@ -24,6 +24,8 @@
__email__ = 'contact@frootlab.org'
__authors__ = ['Patrick Michl <patrick.michl@frootlab.org>']

import sphinx_bootstrap_theme

# Define module variables used by Sphinx
copyright = __copyright__
author = __author__
Expand Down Expand Up @@ -55,7 +57,8 @@

# The theme to use for HTML and HTML Help pages. See the documentation for a
# list of builtin themes.
html_theme = 'sphinx_rtd_theme'
html_theme = 'bootstrap'
html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down
15 changes: 9 additions & 6 deletions index.rst
@@ -1,7 +1,10 @@
Frootlab Docs
=============
Frootlab Projects
=================

`Nemoa <http://docs.frootlab.org/nemoa>`_
`Pandora <http://docs.frootlab.org/pandora>`_
`Motley <http://docs.frootlab.org/motley>`_
`flib <http://docs.frootlab.org/flib>`_
Welcome to the Frootlab Documentation, hosted at Read the Docs.
Currently the following Project Documentations are available:

`Nemoa <http://docs.frootlab.org/projects/nemoa>`_
`Pandora <http://docs.frootlab.org/projects/pandora>`_
`Motley <http://docs.frootlab.org/projects/motley>`_
`flib <http://docs.frootlab.org/projects/flib>`_
1 change: 1 addition & 0 deletions requirements.txt
@@ -0,0 +1 @@
sphinx-bootstrap-theme>=0.6.5

0 comments on commit ede5933

Please sign in to comment.