Skip to content

Commit

Permalink
Cleanup package boilerplate.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Aug 11, 2017
1 parent 54662a6 commit 1d37418
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

from documenteer.sphinxconfig.stackconf import build_package_configs

import lsst.afw
import lsst.ap.verify

_g = globals()
_g.update(build_package_configs(
project_name="afw",
project_name="ap_verify",
copyright="2017 Association of Univerities for "
"Research in Astronomy, Inc.",
version=lsst.afw.version.__version__,
version=lsst.ap_verify.version.__version__,
doxygen_xml_dirname=None))

intersphinx_mapping['astropy'] = ('http://docs.astropy.org/en/stable', None)

# DEBUG only
automodsumm_writereprocessed = False
automodsumm_writereprocessed = False
2 changes: 1 addition & 1 deletion ups/ap_verify.table
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ setupRequired(python)
setupRequired(python_future)

setupRequired(utils)
setupRequired(daf_persistence)

setupRequired(pyyaml)
setupRequired(verify)

setupOptional(ap_verify_hits2015)
Expand Down

0 comments on commit 1d37418

Please sign in to comment.