Skip to content

Commit

Permalink
Merge pull request #3 from willingc/update-content
Browse files Browse the repository at this point in the history
Update Read The Docs build and config
  • Loading branch information
willingc committed May 23, 2016
2 parents 028deeb + e79b3a4 commit 2aa2705
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
16 changes: 1 addition & 15 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Getting Started with JupyterHub Tutorial documentation build configuration file, created by
# sphinx-quickstart on Tue May 10 15:16:58 2016.
#
# This file is execfile()d with the current directory set to its
# containing dir.
#
# Note that not all possible configuration values are present in this
# autogenerated file.
#
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys
import os
Expand All @@ -33,8 +21,6 @@
extensions = [
'sphinx.ext.intersphinx',
'sphinx.ext.mathjax',
'sphinx.ext.githubpages',
'IPython.sphinxext.ipython_console_highlighting',
'nbsphinx',
]

Expand Down Expand Up @@ -120,7 +106,7 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'alabaster'
html_theme = 'sphinx_rtd_theme'

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down
9 changes: 9 additions & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: tutorial_docs
dependencies:
- python=3.5
- sphinx_rtd_theme
- ipython
- pip:
- sphinx
- nbsphinx
- recommonmark
4 changes: 4 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
conda:
file: docs/environment.yml
python:
version: 3

0 comments on commit 2aa2705

Please sign in to comment.