We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba71119 + ca99964 commit db45e60Copy full SHA for db45e60
REQUIRE
@@ -1,9 +1,6 @@
1
julia 0.4
2
-MathProgBase
3
-Clp
4
Distributions
5
JuMP
6
-FactCheck
7
ProgressMeter
8
Interpolations
9
Iterators
doc/conf.py
@@ -15,7 +15,6 @@
15
import sys
16
import os
17
import sphinx_rtd_theme
18
-import juliadoc
19
20
# If extensions (or modules to document with autodoc) are in another directory,
21
# add these directories to sys.path here. If the directory is relative to the
@@ -32,7 +31,7 @@
32
31
# ones.
33
extensions = [
34
'sphinx.ext.coverage',
35
- 'sphinx.ext.mathjax', 'juliadoc.julia', 'juliadoc.jlhelp'
+ 'sphinx.ext.mathjax',
36
]
37
38
# Add any paths that contain templates here, relative to this directory.
test/REQUIRE
@@ -0,0 +1 @@
+FactCheck
0 commit comments