Skip to content

Commit

Permalink
DOC: Remove only_directive
Browse files Browse the repository at this point in the history
  • Loading branch information
thequackdaddy committed Oct 2, 2018
1 parent 9ce5b32 commit 486c002
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
'sphinx.ext.autosummary',
'sphinx.ext.inheritance_diagram',
'matplotlib.sphinxext.plot_directive',
'matplotlib.sphinxext.only_directives',
'IPython.sphinxext.ipython_console_highlighting',
'IPython.sphinxext.ipython_directive',
'github', # for GitHub links,
Expand Down Expand Up @@ -327,4 +326,4 @@
import scipy.stats as stats
import matplotlib.pyplot as plt
import pandas as pd
"""
"""
2 changes: 2 additions & 0 deletions tools/ci/docbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cd "$SRCDIR"/docs
# Run notebooks as tests
pytest ../statsmodels/examples/tests

set -e
# Clean up
echo '================================= Clean ================================='
make clean
Expand All @@ -18,6 +19,7 @@ echo '========================================================================'
echo 'make html > doc_build.log 2>&1'
make html 2>&1 | tee doc_build.log

set +e
# Info
echo '========================================================================'
echo '= Opportunities To Improve (Warnings) ='
Expand Down

0 comments on commit 486c002

Please sign in to comment.