Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmoguy committed Dec 1, 2017
1 parent f5eb21b commit 31ec8cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
$ sudo pip3 install -r requirements.txt
$ make html
4 changes: 2 additions & 2 deletions docs2/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

# If your documentation needs a minimal Sphinx version, state it here.
#
# needs_sphinx = '1.0'
needs_sphinx = '1.6'

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
Expand Down Expand Up @@ -78,7 +78,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
1 change: 1 addition & 0 deletions docs2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
sphinx>=1.6
sphinx_rtd_theme

0 comments on commit 31ec8cf

Please sign in to comment.