Skip to content

Commit

Permalink
Use sphinx-build instead
Browse files Browse the repository at this point in the history
  • Loading branch information
dsblank committed Aug 6, 2017
1 parent aad6a67 commit cd550c5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = python3 -msphinx
SPHINXBUILD = sphinx-build
SPHINXPROJ = conx
SOURCEDIR = source
BUILDDIR = build
Expand Down
9 changes: 7 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# conx documentation build configuration file, created by
# sphinx-quickstart on Sun Aug 6 11:05:16 2017.
# sphinx-quickstart on Sun Aug 6 11:46:27 2017.
#
# This file is execfile()d with the current directory set to its
# containing dir.
Expand Down Expand Up @@ -33,9 +33,11 @@
# ones.
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.intersphinx',
'sphinx.ext.todo',
'sphinx.ext.coverage',
'sphinx.ext.viewcode']
'sphinx.ext.viewcode',
'sphinx.ext.githubpages']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down Expand Up @@ -159,3 +161,6 @@




# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None}
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. conx documentation master file, created by
sphinx-quickstart on Sun Aug 6 11:05:16 2017.
sphinx-quickstart on Sun Aug 6 11:46:27 2017.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Expand Down

0 comments on commit cd550c5

Please sign in to comment.