Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkroorda committed Sep 23, 2015
1 parent 6788dfd commit b1f5ad2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
'sphinx.ext.intersphinx',
]

intersphinx_mapping = {'python': ('http://docs.python.org/3.3', None)}
intersphinx_mapping = {'python': ('http://docs.python.org/3', None)}

templates_path = ['_templates']
source_suffix = '.rst'
master_doc = 'index'
project = 'LAF Fabric'
Expand All @@ -34,10 +35,11 @@
# -- Options for HTML output ----------------------------------------------

on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
if not on_rtd:
import sphinx_rtd_theme
if on_rtd:
html_theme = 'default'
else:
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_theme_path = ['_themes', ]

html_static_path = ['_static']
html_domain_indices = True
Expand Down

0 comments on commit b1f5ad2

Please sign in to comment.