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

Commit

Permalink
Merge pull request #2 from arnavs/master
Browse files Browse the repository at this point in the history
Build Information
  • Loading branch information
mmcky authored Aug 23, 2018
2 parents 2c3d3f0 + 1db12b9 commit 8b19c54
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
20 changes: 20 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = python -msphinx
SPHINXPROJ = lecture-source-jl
SOURCEDIR = .
BUILDDIR = _build

# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: help Makefile

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
9 changes: 4 additions & 5 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,12 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
sys.path.insert(0, os.path.abspath("_sphinxext")) #Add Custom Sphinx Extension
extensions = [
extensions = [
'sphinx.ext.mathjax',
'sphinxcontrib.bibtex',
'IPython.sphinxext.ipython_console_highlighting',
# Custom Sphinx Extensions
'jupyter',
'sphinxcontrib.jupyter',
]

# Retired Extensions but may be useful in Future
Expand Down Expand Up @@ -394,9 +393,9 @@
},
"julia": {
"kernelspec": {
"display_name": "Julia 0.6.2",
"display_name": "Julia 1.0.0",
"language": "julia",
"name": "julia-0.6"
"name": "julia-1.0"
},
"file_extension": ".jl"
}
Expand Down

0 comments on commit 8b19c54

Please sign in to comment.