Skip to content

Commit db45e60

Browse files
author
Vincent Leclere
committed
Merge branch 'dev-release-v0.1.1' into dev-release-v0.1.2
2 parents ba71119 + ca99964 commit db45e60

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

REQUIRE

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
julia 0.4
2-
MathProgBase
3-
Clp
42
Distributions
53
JuMP
6-
FactCheck
74
ProgressMeter
85
Interpolations
96
Iterators

doc/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import sys
1616
import os
1717
import sphinx_rtd_theme
18-
import juliadoc
1918

2019
# If extensions (or modules to document with autodoc) are in another directory,
2120
# add these directories to sys.path here. If the directory is relative to the
@@ -32,7 +31,7 @@
3231
# ones.
3332
extensions = [
3433
'sphinx.ext.coverage',
35-
'sphinx.ext.mathjax', 'juliadoc.julia', 'juliadoc.jlhelp'
34+
'sphinx.ext.mathjax',
3635
]
3736

3837
# Add any paths that contain templates here, relative to this directory.

test/REQUIRE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FactCheck

0 commit comments

Comments
 (0)